@@ -61,12 +61,12 @@ jobs:
6161 echo "cpython_release: $CPYTHON_RELEASE"
6262
6363 - name : " Checkout python/release-tools"
64- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
64+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6565 with :
6666 persist-credentials : false
6767
6868 - name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
69- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
69+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7070 with :
7171 persist-credentials : false
7272 repository : " ${{ env.GIT_REMOTE }}/cpython"
8181 fi
8282
8383 - name : " Setup Python"
84- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
84+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
8585 with :
8686 python-version : 3.12
8787
@@ -97,20 +97,20 @@ jobs:
9797 - verify-input
9898 steps :
9999 - name : " Checkout python/release-tools"
100- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
100+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
101101 with :
102102 persist-credentials : false
103103
104104 - name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
105- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
105+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
106106 with :
107107 persist-credentials : false
108108 repository : " ${{ env.GIT_REMOTE }}/cpython"
109109 ref : " v${{ env.CPYTHON_RELEASE }}"
110110 path : " cpython"
111111
112112 - name : " Setup Python"
113- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
113+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
114114 with :
115115 python-version : 3.12
116116
@@ -139,14 +139,14 @@ jobs:
139139 if : fromJSON(needs.verify-input.outputs.build-docs)
140140 steps :
141141 - name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
142- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
142+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
143143 with :
144144 persist-credentials : false
145145 repository : " ${{ env.GIT_REMOTE }}/cpython"
146146 ref : " v${{ env.CPYTHON_RELEASE }}"
147147
148148 - name : " Setup Python"
149- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
149+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
150150 with :
151151 python-version : 3.12
152152
@@ -217,7 +217,7 @@ jobs:
217217 triplet : ${{ matrix.arch }}-linux-android
218218 steps :
219219 - name : " Checkout ${{ env.GIT_REMOTE }}/cpython"
220- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
220+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
221221 with :
222222 persist-credentials : false
223223 repository : " ${{ env.GIT_REMOTE }}/cpython"
0 commit comments