66
66
pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
67
67
pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4 # v0.3.1
68
68
69
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
69
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
70
70
with :
71
71
ref : ${{ env.RELEASE_COMMIT }}
72
72
@@ -110,7 +110,7 @@ jobs:
110
110
contents : read
111
111
steps :
112
112
# 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
114
114
with :
115
115
ref : ${{ env.RELEASE_COMMIT }}
116
116
@@ -151,7 +151,7 @@ jobs:
151
151
attestation_hashes : ${{ steps.encoded_hash.outputs.attestation_hashes }}
152
152
steps :
153
153
# 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
155
155
with :
156
156
ref : ${{ env.RELEASE_COMMIT }}
157
157
@@ -220,7 +220,7 @@ jobs:
220
220
RELEASE_VERSION : ${{ needs.seal.outputs.RELEASE_VERSION }}
221
221
steps :
222
222
# 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
224
224
with :
225
225
ref : ${{ env.RELEASE_COMMIT }}
226
226
@@ -244,7 +244,7 @@ jobs:
244
244
runs-on : ubuntu-latest
245
245
steps :
246
246
# 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
248
248
with :
249
249
ref : ${{ env.RELEASE_COMMIT }}
250
250
0 commit comments