66
66
pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
67
67
pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@348de6f247222e2953d649932426e63492e0a6bf # v0.3.3
68
68
69
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
69
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
113
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
154
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
223
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
247
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
248
248
with :
249
249
ref : ${{ env.RELEASE_COMMIT }}
250
250
0 commit comments