6666 pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
6767 pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@348de6f247222e2953d649932426e63492e0a6bf # v0.3.3
6868
69- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
69+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7070 with :
7171 ref : ${{ env.RELEASE_COMMIT }}
7272
@@ -110,7 +110,7 @@ jobs:
110110 contents : read
111111 steps :
112112 # NOTE: we need actions/checkout to configure git first (pre-commit hooks in make dev)
113- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
113+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
114114 with :
115115 ref : ${{ env.RELEASE_COMMIT }}
116116
@@ -151,7 +151,7 @@ jobs:
151151 attestation_hashes : ${{ steps.encoded_hash.outputs.attestation_hashes }}
152152 steps :
153153 # NOTE: we need actions/checkout to configure git first (pre-commit hooks in make dev)
154- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
154+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
155155 with :
156156 ref : ${{ env.RELEASE_COMMIT }}
157157
@@ -220,7 +220,7 @@ jobs:
220220 RELEASE_VERSION : ${{ needs.seal.outputs.RELEASE_VERSION }}
221221 steps :
222222 # NOTE: we need actions/checkout in order to use our local actions (e.g., ./.github/actions)
223- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
223+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
224224 with :
225225 ref : ${{ env.RELEASE_COMMIT }}
226226
@@ -244,7 +244,7 @@ jobs:
244244 runs-on : ubuntu-latest
245245 steps :
246246 # NOTE: we need actions/checkout to authenticate and configure git first
247- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
247+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
248248 with :
249249 ref : ${{ env.RELEASE_COMMIT }}
250250
0 commit comments