@@ -46,13 +46,13 @@ jobs:
4646 with :
4747 persist-credentials : false
4848 - name : Set up Python ${{ env.PYTHON_VERSION }}
49- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
49+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
5050 with :
5151 python-version : ${{ env.PYTHON_VERSION }}
5252 - name : Set up sccache
53- uses : mozilla-actions /sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
53+ uses : Mozilla-Actions /sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
5454 with :
55- version : v0.9.1
55+ version : v0.10.0
5656 - name : Environment Information
5757 run : npx envinfo
5858 - name : Make tarball
6464 mkdir tarballs
6565 mv *.tar.gz tarballs
6666 - name : Upload tarball artifact
67- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
67+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6868 with :
6969 name : tarballs
7070 path : tarballs
@@ -76,17 +76,17 @@ jobs:
7676 with :
7777 persist-credentials : false
7878 - name : Set up Python ${{ env.PYTHON_VERSION }}
79- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
79+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
8080 with :
8181 python-version : ${{ env.PYTHON_VERSION }}
8282 - name : Set up sccache
83- uses : mozilla-actions /sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
83+ uses : Mozilla-Actions /sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
8484 with :
85- version : v0.8.1
85+ version : v0.10.0
8686 - name : Environment Information
8787 run : npx envinfo
8888 - name : Download tarball
89- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
89+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
9090 with :
9191 name : tarballs
9292 path : tarballs
0 commit comments