diff --git a/{{cookiecutter.project_name}}/.github/workflows/python-app.yml b/{{cookiecutter.project_name}}/.github/workflows/python-app.yml index 506ba28..b6ad22c 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/python-app.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/python-app.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python 3.12 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12" - name: Install dependencies diff --git a/{{cookiecutter.project_name}}/.github/workflows/semantic-release.yml b/{{cookiecutter.project_name}}/.github/workflows/semantic-release.yml index 2b19798..daddaea 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/semantic-release.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/semantic-release.yml @@ -17,7 +17,7 @@ jobs: # Run coverage report - name: Set up Python 3.12 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12"