Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Commit 76abfdd

Browse files
chore(deps): bump actions/cache from 4 to 5 (#53)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fda4c9 commit 76abfdd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v6
2020

21-
- uses: actions/cache@v4
21+
- uses: actions/cache@v5
2222
with:
2323
path: |
2424
~/.cargo/registry
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
targets: wasm32-unknown-unknown
5252

53-
- uses: actions/cache@v4
53+
- uses: actions/cache@v5
5454
with:
5555
path: |
5656
~/.cargo/registry
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v6
7777

78-
- uses: actions/cache@v4
78+
- uses: actions/cache@v5
7979
with:
8080
path: |
8181
~/.cargo/registry
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- uses: actions/checkout@v6
101101

102-
- uses: actions/cache@v4
102+
- uses: actions/cache@v5
103103
with:
104104
path: |
105105
~/.cargo/registry
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
components: clippy
135135

136-
- uses: actions/cache@v4
136+
- uses: actions/cache@v5
137137
with:
138138
path: |
139139
~/.cargo/registry

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
targets: wasm32-unknown-unknown
2525

26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
with:
2828
path: |
2929
~/.cargo/registry

0 commit comments

Comments
 (0)