Skip to content

Commit b94a0cc

Browse files
chore(deps): bump Swatinem/rust-cache from 1 to 2
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1 to 2. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v1...v2) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 659d35d commit b94a0cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: dtolnay/rust-toolchain@stable
5252

5353
- name: Use Rust Cache
54-
uses: Swatinem/rust-cache@v1
54+
uses: Swatinem/rust-cache@v2
5555

5656
- name: Setup Cross Compilation Tools
5757
if: matrix.cross == 'true' && contains(matrix.target, 'linux')

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: dtolnay/rust-toolchain@stable
2121

2222
- name: Use Cache
23-
uses: Swatinem/rust-cache@v1
23+
uses: Swatinem/rust-cache@v2
2424

2525
- name: Lint
2626
uses: actions-rs/cargo@v1

.github/workflows/napi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: dtolnay/rust-toolchain@stable
5555

5656
- name: Use Rust Cache
57-
uses: Swatinem/rust-cache@v1
57+
uses: Swatinem/rust-cache@v2
5858

5959
- name: Set up incremental LTO and sysroot build
6060
if: matrix.use_sysroot || startsWith(matrix.os, 'ubuntu')

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: dtolnay/rust-toolchain@stable
3636

3737
- name: Use Cache
38-
uses: Swatinem/rust-cache@v1
38+
uses: Swatinem/rust-cache@v2
3939

4040
- name: Run Tests
4141
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)