diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 70cb66b..b971dc4 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -33,7 +33,7 @@ jobs: version: "0.5.21" enable-cache: true - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Install dependencies and check code diff --git a/.github/workflows/docs_build.yml b/.github/workflows/docs_build.yml index f986a68..f2467d4 100644 --- a/.github/workflows/docs_build.yml +++ b/.github/workflows/docs_build.yml @@ -29,7 +29,7 @@ jobs: version: "0.5.21" enable-cache: true - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Install dependencies and build docs diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index aed391f..b7c79ac 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -33,7 +33,7 @@ jobs: version: "0.5.21" enable-cache: true - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Install dependencies and build docs diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 9a74adb..020f537 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -48,7 +48,7 @@ jobs: version: "0.5.21" enable-cache: true - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Install dependencies and check code diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ab5d586..f2d7719 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: version: "0.5.21" enable-cache: true - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Install the project