Skip to content

Commit

Permalink
Bump actions/cache from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and daxpedda committed Mar 22, 2022
1 parent 06890f5 commit 8b56c93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Cache cargo-audit
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/.crates.toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Cache Taplo
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/.crates.toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Cache cargo-spellcheck
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/.crates.toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
rustup toolchain install nightly --profile minimal --component miri,rust-src --allow-downgrade
rustup default nightly
- name: Cache xargo
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/.crates.toml
Expand Down

0 comments on commit 8b56c93

Please sign in to comment.