@@ -105,7 +105,7 @@ jobs:
105105
106106 steps :
107107 - name : Switch to using Python 3.13 by default
108- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
108+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
109109 with :
110110 python-version : 3.13
111111 - name : Check out src from Git
@@ -161,7 +161,7 @@ jobs:
161161 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
162162 shell : bash
163163 - name : Set up pip cache
164- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
164+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
165165 with :
166166 path : ${{ steps.pip-cache-dir.outputs.dir }}
167167 key : >-
@@ -274,7 +274,7 @@ jobs:
274274
275275 steps :
276276 - name : Switch to using Python 3.13
277- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
277+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
278278 with :
279279 python-version : 3.13
280280
@@ -307,7 +307,7 @@ jobs:
307307 run : >-
308308 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
309309 - name : Set up pip cache
310- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
310+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
311311 with :
312312 path : ${{ steps.pip-cache-dir.outputs.dir }}
313313 key : >-
@@ -372,7 +372,7 @@ jobs:
372372 >> "${GITHUB_OUTPUT}"
373373 working-directory : dist
374374 - name : Store the distribution packages
375- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
375+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
376376 with :
377377 name : >-
378378 ${{ needs.pre-setup.outputs.dists-artifact-name }}
0 commit comments