Skip to content

Commit 8ed5fef

Browse files
Bump actions/cache from 4.1.0 to 4.1.1 (#1370)
1 parent 1ac238e commit 8ed5fef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
shell: bash
8080

8181
- name: Cache Rust dependencies
82-
uses: actions/cache@v4.1.0
82+
uses: actions/cache@v4.1.1
8383
with:
8484
path: |
8585
~/.cargo/registry/index
@@ -130,7 +130,7 @@ jobs:
130130
shell: bash
131131

132132
- name: Cache Rust dependencies
133-
uses: actions/cache@v4.1.0
133+
uses: actions/cache@v4.1.1
134134
with:
135135
path: |
136136
~/.cargo/registry/index
@@ -183,7 +183,7 @@ jobs:
183183
shell: bash
184184

185185
- name: Cache Rust dependencies
186-
uses: actions/cache@v4.1.0
186+
uses: actions/cache@v4.1.1
187187
with:
188188
path: |
189189
~/.cargo/registry/index
@@ -230,7 +230,7 @@ jobs:
230230
shell: bash
231231

232232
- name: Cache Rust dependencies
233-
uses: actions/cache@v4.1.0
233+
uses: actions/cache@v4.1.1
234234
with:
235235
path: |
236236
~/.cargo/registry/index

0 commit comments

Comments
 (0)