@@ -70,12 +70,12 @@ jobs:
7070 } >> "$GITHUB_STEP_SUMMARY"
7171
7272 - name : " Checkout python/release-tools"
73- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
73+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
7474 with :
7575 persist-credentials : false
7676
7777 - name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
78- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
78+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
7979 with :
8080 persist-credentials : false
8181 repository : " ${{ env.GIT_REMOTE }}/cpython"
9090 fi
9191
9292 - name : " Setup Python"
93- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
93+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
9494 with :
9595 python-version : 3.12
9696
@@ -119,20 +119,20 @@ jobs:
119119 - verify-input
120120 steps :
121121 - name : " Checkout python/release-tools"
122- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
122+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
123123 with :
124124 persist-credentials : false
125125
126126 - name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
127- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
127+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
128128 with :
129129 persist-credentials : false
130130 repository : " ${{ env.GIT_REMOTE }}/cpython"
131131 ref : " v${{ env.CPYTHON_RELEASE }}"
132132 path : " cpython"
133133
134134 - name : " Setup Python"
135- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
135+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
136136 with :
137137 python-version : 3.12
138138
@@ -161,14 +161,14 @@ jobs:
161161 if : fromJSON(needs.verify-input.outputs.build-docs)
162162 steps :
163163 - name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
164- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
164+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
165165 with :
166166 persist-credentials : false
167167 repository : " ${{ env.GIT_REMOTE }}/cpython"
168168 ref : " v${{ env.CPYTHON_RELEASE }}"
169169
170170 - name : " Setup Python"
171- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
171+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
172172 with :
173173 python-version : 3.12
174174
@@ -231,7 +231,7 @@ jobs:
231231 name : docs
232232
233233 - name : " Set up Python"
234- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
234+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
235235 with :
236236 python-version : " 3.x"
237237
@@ -276,7 +276,7 @@ jobs:
276276 triplet : ${{ matrix.arch }}-linux-android
277277 steps :
278278 - name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
279- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
279+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
280280 with :
281281 persist-credentials : false
282282 repository : " ${{ env.GIT_REMOTE }}/cpython"
@@ -311,7 +311,7 @@ jobs:
311311 timeout-minutes : 60
312312 steps :
313313 - name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
314- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
314+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
315315 with :
316316 persist-credentials : false
317317 repository : " ${{ env.GIT_REMOTE }}/cpython"
0 commit comments