Skip to content

Commit

Permalink
ci: update versions of 3d-party workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jul 27, 2024
1 parent c97e46f commit 2915d79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand All @@ -44,12 +44,12 @@ jobs:
node-version: 20
cache: pnpm

- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
- uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
with:
toolchain: nightly
targets: ${{ matrix.rust-targets }}

- uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
- uses: swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
with:
shared-key: ${{ matrix.tauri-target }}-${{ hashFiles('Cargo.lock') }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand All @@ -17,12 +17,12 @@ jobs:
node-version: 20
cache: pnpm

- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
- uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
with:
toolchain: nightly
components: rustfmt

- uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
- uses: swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609

- run: pnpm i
- run: pnpm run lint
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pattern: bundle-**
path: tmp

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8

Expand Down

0 comments on commit 2915d79

Please sign in to comment.