Skip to content

Commit d2b1d70

Browse files
chore(ci): Update GitHub Actions (#6837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c14943 commit d2b1d70

6 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/backends-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5656
with:
5757
persist-credentials: false
58-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
58+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
5959
with:
6060
environments: backends-release
6161
- name: Configure sccache
@@ -128,7 +128,7 @@ jobs:
128128
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
129129
with:
130130
persist-credentials: false
131-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
131+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
132132
with:
133133
environments: backends-release
134134
- name: Set package version environment variables
@@ -189,7 +189,7 @@ jobs:
189189
path: conda-packages
190190
merge-multiple: true
191191
run-id: ${{ github.run_id }}
192-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
192+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
193193
with:
194194
environments: backends-release
195195
- name: Upload packages

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
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' }}

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
submodules: recursive
5151
persist-credentials: false
5252

53-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
53+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
5454
with:
5555
environments: docs
5656
cache-write: ${{ github.ref == 'refs/heads/main' }}
@@ -81,7 +81,7 @@ jobs:
8181
env:
8282
GITHUB_EVENT_INPUTS_TAG: ${{ github.event.inputs.tag }}
8383

84-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
84+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
8585
with:
8686
environments: docs
8787
cache-write: ${{ github.ref == 'refs/heads/main' }}
@@ -121,7 +121,7 @@ jobs:
121121
fetch-depth: 0
122122
submodules: recursive
123123

124-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
124+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
125125
with:
126126
environments: docs
127127
cache-write: ${{ github.ref == 'refs/heads/main' }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4444
with:
4545
persist-credentials: false
46-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
46+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
4747
with:
4848
environments: release
4949
- name: Extract version
@@ -101,7 +101,7 @@ jobs:
101101
submodules: recursive
102102
persist-credentials: false
103103

104-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
104+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
105105
with:
106106
environments: release
107107
activate-environment: true
@@ -215,7 +215,7 @@ jobs:
215215
contents: write
216216
steps:
217217
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
218-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
218+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
219219
with:
220220
environments: release
221221
- name: Create and push tag
@@ -242,7 +242,7 @@ jobs:
242242
ref: ${{ needs.prepare.outputs.tag }}
243243
fetch-depth: 0
244244
persist-credentials: false
245-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
245+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
246246
with:
247247
environments: release
248248
- name: Download artifacts

.github/workflows/schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2626
with:
2727
persist-credentials: false
28-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
28+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
2929
with:
3030
cache-write: ${{ github.ref == 'refs/heads/main' }}
3131
environments: schema

.github/workflows/trampoline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
target: ${{ matrix.target }}
6969

7070
- name: Set up pixi
71-
uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
71+
uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
7272
with:
7373
environments: trampoline
7474
cache-write: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)