2222 SCCACHE_GHA_ENABLED : " true"
2323 ACTIONS_CACHE_SERVICE_V2 : on
2424 steps :
25- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2626 - uses : prefix-dev/setup-pixi@main
2727 with :
2828 cache-write : ${{ github.event_name == 'push' && github.ref_name == 'main' }}
3737 - name : Show sccache stats
3838 run : pixi run -e build sccache --stop-server
3939 - name : Upload executables as artifacts
40- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
40+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
4141 with :
4242 name : pixi-build-backends-linux-x86_64
4343 path : artifacts-channel
5252 SCCACHE_GHA_ENABLED : " true"
5353 ACTIONS_CACHE_SERVICE_V2 : on
5454 steps :
55- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
55+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5656 - name : Create Dev Drive
5757 run : ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1
5858 - name : Copy Git Repo to Dev Drive
7777 run : pixi run -e build sccache --stop-server
7878 working-directory : ${{ env.PIXI_WORKSPACE }}
7979 - name : Upload executables as artifacts
80- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
80+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
8181 with :
8282 name : pixi-build-backends-windows-x86_64
8383 path : ${{ env.PIXI_WORKSPACE }}/artifacts-channel
9292 SCCACHE_GHA_ENABLED : " true"
9393 ACTIONS_CACHE_SERVICE_V2 : on
9494 steps :
95- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
95+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
9696 - uses : prefix-dev/setup-pixi@main
9797 with :
9898 cache-write : ${{ github.event_name == 'push' && github.ref_name == 'main' }}
@@ -107,7 +107,7 @@ jobs:
107107 - name : Show sccache stats
108108 run : pixi run -e build sccache --stop-server
109109 - name : Upload executables as artifacts
110- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
110+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
111111 with :
112112 name : pixi-build-backends-macos-aarch64
113113 path : artifacts-channel
@@ -120,7 +120,7 @@ jobs:
120120 needs : build-binary-linux-x86_64
121121 timeout-minutes : 20
122122 steps :
123- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
123+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
124124 with :
125125 repository : prefix-dev/pixi-build-testsuite
126126
@@ -152,7 +152,7 @@ jobs:
152152 needs : build-binary-windows-x86_64
153153 timeout-minutes : 20
154154 steps :
155- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
155+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
156156 with :
157157 repository : prefix-dev/pixi-build-testsuite
158158
@@ -191,7 +191,7 @@ jobs:
191191 needs : build-binary-macos-aarch64
192192 timeout-minutes : 20
193193 steps :
194- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
194+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
195195 with :
196196 repository : prefix-dev/pixi-build-testsuite
197197
0 commit comments