Skip to content

Commit 5971e4f

Browse files
authored
Merge pull request #235 from accensa/dependabot/github_actions/actions/cache-6
build(deps): bump actions/cache from 3 to 6
2 parents a837aa5 + d07020a commit 5971e4f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
components: clippy
8484
targets: wasm32v1-none
8585
- name: Cache cargo
86-
uses: actions/cache@v4
86+
uses: actions/cache@v6
8787
with:
8888
path: |
8989
~/.cargo/registry
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
targets: wasm32v1-none
109109
- name: Cache cargo
110-
uses: actions/cache@v4
110+
uses: actions/cache@v6
111111
with:
112112
path: |
113113
~/.cargo/registry
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
targets: wasm32v1-none
133133
- name: Cache cargo
134-
uses: actions/cache@v4
134+
uses: actions/cache@v6
135135
with:
136136
path: |
137137
~/.cargo/registry
@@ -170,7 +170,7 @@ jobs:
170170
with:
171171
targets: wasm32v1-none
172172
- name: Cache cargo
173-
uses: actions/cache@v3
173+
uses: actions/cache@v6
174174
with:
175175
path: |
176176
~/.cargo/registry
@@ -281,7 +281,7 @@ jobs:
281281
with:
282282
targets: wasm32v1-none
283283
- name: Cache cargo
284-
uses: actions/cache@v4
284+
uses: actions/cache@v6
285285
with:
286286
path: |
287287
~/.cargo/registry

0 commit comments

Comments
 (0)