diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 469ac71..3a53953 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -15,7 +15,7 @@ jobs: contents: read steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5 with: python-version: '3.10' - name: Install diff --git a/.github/workflows/python-rc.yml b/.github/workflows/python-rc.yml index 0cb1e7d..0877ace 100644 --- a/.github/workflows/python-rc.yml +++ b/.github/workflows/python-rc.yml @@ -13,7 +13,7 @@ jobs: contents: read steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5 with: python-version: '3.10' - name: Install @@ -30,7 +30,7 @@ jobs: contents: read steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5 with: python-version: '3.10' - name: Install diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 96ca6dc..15178a2 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5 with: python-version: '3.10' @@ -107,7 +107,7 @@ jobs: ref: ${{ needs.version.outputs.sha }} fetch-depth: 0 - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5 with: python-version: '3.10'