6666 pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
6767 pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4 # v0.3.1
6868
69- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
69+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
113+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
154+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
223+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
247+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
248248 with :
249249 ref : ${{ env.RELEASE_COMMIT }}
250250
0 commit comments