Skip to content

Commit 83fd194

Browse files
authored
Merge pull request #239 from rust-lang/dependabot/github_actions/Swatinem/rust-cache-2
build(deps): bump Swatinem/rust-cache from 1 to 2
2 parents 5119fb2 + 9eb3df9 commit 83fd194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
toolchain: ${{ matrix.rust }}
2222
profile: minimal
2323
override: true
24-
- uses: Swatinem/rust-cache@v1
24+
- uses: Swatinem/rust-cache@v2
2525
- name: Build
2626
run: cargo test --no-run
2727
- name: Test

0 commit comments

Comments
 (0)