diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 77f2e64f6..1a075bd01 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -105,7 +105,7 @@ jobs: steps: - name: Switch to using Python 3.13 by default - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: 3.13 - name: Check out src from Git @@ -274,7 +274,7 @@ jobs: steps: - name: Switch to using Python 3.13 - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: 3.13 diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index da3d7f8f8..9d6e1c1f8 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -56,7 +56,7 @@ jobs: # https://web.archive.org/web/20210731173012/https://github.community/t/required-check-is-expected-after-automated-push/187545/ ssh-key: ${{ secrets.GHA_AUTOFIX_COMMIT_KEY }} # Skip terraform_tflint which interferes to commit pre-commit auto-fixes - - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: '3.13' diff --git a/.github/workflows/reusable-tox.yml b/.github/workflows/reusable-tox.yml index f779df1a9..825806ea4 100644 --- a/.github/workflows/reusable-tox.yml +++ b/.github/workflows/reusable-tox.yml @@ -158,7 +158,7 @@ jobs: Switch to using Python v${{ inputs.python-version }} by default id: python-install - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: ${{ inputs.python-version }}