Skip to content

Commit af51236

Browse files
dependabot[bot]bbortt
authored andcommitted
build(deps): bump Swatinem/rust-cache from 1 to 2
1 parent 0e1a99b commit af51236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
override: true
3030
components: rustfmt, clippy
3131
- name: Use Cache
32-
uses: Swatinem/rust-cache@v1
32+
uses: Swatinem/rust-cache@v2
3333
- name: cargo fmt
3434
uses: actions-rs/cargo@v1
3535
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
override: true
4040
components: rustfmt, clippy
4141
- name: Use Cache
42-
uses: Swatinem/rust-cache@v1
42+
uses: Swatinem/rust-cache@v2
4343
- name: Install cargo-bump
4444
uses: actions-rs/cargo@v1
4545
with:

0 commit comments

Comments
 (0)