Skip to content

Commit 8b56c93

Browse files
dependabot[bot]daxpedda
authored andcommitted
Bump actions/cache from 2 to 3
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]>
1 parent 06890f5 commit 8b56c93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Cache cargo-audit
13-
uses: actions/cache@v2
13+
uses: actions/cache@v3
1414
with:
1515
path: |
1616
~/.cargo/.crates.toml

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Cache Taplo
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
with:
3131
path: |
3232
~/.cargo/.crates.toml

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Cache cargo-spellcheck
13-
uses: actions/cache@v2
13+
uses: actions/cache@v3
1414
with:
1515
path: |
1616
~/.cargo/.crates.toml

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
rustup toolchain install nightly --profile minimal --component miri,rust-src --allow-downgrade
5252
rustup default nightly
5353
- name: Cache xargo
54-
uses: actions/cache@v2
54+
uses: actions/cache@v3
5555
with:
5656
path: |
5757
~/.cargo/.crates.toml

0 commit comments

Comments
 (0)