Skip to content

Commit 6dca5ca

Browse files
chore(deps): bump actions/cache from 3 to 4 (#338)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98d6c03 commit 6dca5ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
tag: [cli, default]
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: actions/cache@v3
28+
- uses: actions/cache@v4
2929
with:
3030
path: |
3131
~/.cargo/bin/
@@ -56,7 +56,7 @@ jobs:
5656
toolchain: nightly
5757
override: true
5858
components: rustfmt, clippy
59-
- uses: actions/cache@v3
59+
- uses: actions/cache@v4
6060
with:
6161
path: |
6262
~/.cargo/bin/

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
toolchain: stable
7272
override: true
73-
- uses: actions/cache@v3
73+
- uses: actions/cache@v4
7474
with:
7575
path: |
7676
~/.cargo/bin/

0 commit comments

Comments
 (0)