9191 with :
9292 persist-credentials : false
9393 - name : Set up pixi
94- uses : prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
94+ uses : prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
9595 with :
9696 environments : lefthook
9797 cache-write : ${{ github.ref == 'refs/heads/main' }}
@@ -116,7 +116,7 @@ jobs:
116116 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
117117 with :
118118 persist-credentials : false
119- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
119+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
120120 with :
121121 save-if : ${{ github.ref == 'refs/heads/main' }}
122122 - run : |
@@ -130,7 +130,7 @@ jobs:
130130 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
131131 with :
132132 persist-credentials : false
133- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
133+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
134134 with :
135135 workspaces : " . -> target/pixi"
136136 save-if : ${{ github.ref == 'refs/heads/main' }}
@@ -144,11 +144,11 @@ jobs:
144144 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
145145 with :
146146 persist-credentials : false
147- - uses : prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
147+ - uses : prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
148148 with :
149149 environments : " rust-test"
150150
151- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
151+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
152152 with :
153153 workspaces : " . -> target/pixi"
154154 # Cache namespace, bump to start from empty caches
@@ -190,7 +190,7 @@ jobs:
190190 with :
191191 cache : rust
192192 path : ~/.rustup
193- - uses : prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
193+ - uses : prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
194194 with :
195195 cache-write : ${{ github.ref == 'refs/heads/main' }}
196196 environments : rust-test
@@ -201,7 +201,7 @@ jobs:
201201 PIXI_TEST_R2_SECRET_ACCESS_KEY : ${{ secrets.PIXI_TEST_R2_SECRET_ACCESS_KEY }}
202202 - name : Install cargo-sweep
203203 if : github.ref == 'refs/heads/main'
204- uses : taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7
204+ uses : taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11
205205 with :
206206 tool : cargo-sweep
207207 - name : Prune target before save
@@ -224,7 +224,7 @@ jobs:
224224 with :
225225 cache : rust
226226 path : ~/.rustup
227- - uses : prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
227+ - uses : prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
228228 with :
229229 cache-write : ${{ github.ref == 'refs/heads/main' }}
230230 environments : rust-test
@@ -235,7 +235,7 @@ jobs:
235235 PIXI_TEST_R2_SECRET_ACCESS_KEY : ${{ secrets.PIXI_TEST_R2_SECRET_ACCESS_KEY }}
236236 - name : Install cargo-sweep
237237 if : github.ref == 'refs/heads/main'
238- uses : taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7
238+ uses : taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11
239239 with :
240240 tool : cargo-sweep
241241 - name : Prune target before save
@@ -257,11 +257,11 @@ jobs:
257257 persist-credentials : false
258258 - name : Create Dev Drive
259259 run : ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1
260- - uses : prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
260+ - uses : prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
261261 with :
262262 cache-write : ${{ github.ref == 'refs/heads/main' }}
263263 environments : rust-test
264- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
264+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
265265 with :
266266 cache-directories : ${{ env.DEV_DRIVE }}/target
267267 key : ${{ hashFiles('pixi.lock') }}
@@ -314,7 +314,7 @@ jobs:
314314 retention-days : 14
315315 - name : Install cargo-sweep
316316 if : github.ref == 'refs/heads/main'
317- uses : taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7
317+ uses : taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11
318318 with :
319319 tool : cargo-sweep
320320 - name : Prune target before save
@@ -336,7 +336,7 @@ jobs:
336336 sudo apt update
337337 sudo apt install -y gcc-riscv64-linux-gnu
338338 rustup target add riscv64gc-unknown-linux-gnu
339- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
339+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
340340 with :
341341 save-if : ${{ github.ref == 'refs/heads/main' }}
342342 - name : " Build"
@@ -387,7 +387,7 @@ jobs:
387387 retention-days : 14
388388 - name : Install cargo-sweep
389389 if : github.ref == 'refs/heads/main'
390- uses : taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7
390+ uses : taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11
391391 with :
392392 tool : cargo-sweep
393393 - name : Prune target before save
@@ -408,7 +408,7 @@ jobs:
408408 - name : Copy Git Repo to Dev Drive
409409 run : |
410410 Copy-Item -Path "${{ github.workspace }}" -Destination "${{ env.PIXI_WORKSPACE }}" -Recurse
411- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
411+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
412412 with :
413413 workspaces : ${{ env.PIXI_WORKSPACE }}
414414 save-if : ${{ github.ref == 'refs/heads/main' }}
@@ -446,7 +446,7 @@ jobs:
446446 Copy-Item -Path "${{ github.workspace }}" -Destination "${{ env.PIXI_WORKSPACE }}" -Recurse
447447 - name : " Install Rust toolchain"
448448 run : rustup target add aarch64-pc-windows-msvc
449- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
449+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
450450 with :
451451 workspaces : ${{ env.PIXI_WORKSPACE }}
452452 save-if : ${{ github.ref == 'refs/heads/main' }}
0 commit comments