Skip to content

Commit

Permalink
Bump actions/cache from 2 to 3 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 19, 2022
1 parent ffdf96c commit 3fa6dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
toolchain: stable
override: true
- name: Use cached cargo-readme
uses: actions/cache@v2
uses: actions/cache@v3
id: cargo-readme-cache
with:
path: ~/.cargo/bin/cargo-readme
Expand Down

0 comments on commit 3fa6dc5

Please sign in to comment.