@@ -60,12 +60,12 @@ jobs:
60
60
echo "cpython_release: $CPYTHON_RELEASE"
61
61
62
62
- name : " Checkout python/release-tools"
63
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64
64
with :
65
65
persist-credentials : false
66
66
67
67
- name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
68
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
69
69
with :
70
70
persist-credentials : false
71
71
repository : " ${{ env.GIT_REMOTE }}/cpython"
@@ -96,12 +96,12 @@ jobs:
96
96
- verify-input
97
97
steps :
98
98
- name : " Checkout python/release-tools"
99
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
100
100
with :
101
101
persist-credentials : false
102
102
103
103
- name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
104
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105
105
with :
106
106
persist-credentials : false
107
107
repository : " ${{ env.GIT_REMOTE }}/cpython"
@@ -138,7 +138,7 @@ jobs:
138
138
if : fromJSON(needs.verify-input.outputs.build-docs)
139
139
steps :
140
140
- name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
141
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
141
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
142
142
with :
143
143
persist-credentials : false
144
144
repository : " ${{ env.GIT_REMOTE }}/cpython"
@@ -184,7 +184,7 @@ jobs:
184
184
- build-source
185
185
steps :
186
186
- name : " Download the source artifacts"
187
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
187
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
188
188
with :
189
189
name : source
190
190
@@ -223,7 +223,7 @@ jobs:
223
223
triplet : ${{ matrix.arch }}-linux-android
224
224
steps :
225
225
- name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
226
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
226
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
227
227
with :
228
228
persist-credentials : false
229
229
repository : " ${{ env.GIT_REMOTE }}/cpython"
0 commit comments