Skip to content

Commit d2324dd

Browse files
Bump actions/cache from 4.1.1 to 4.1.2 (#1383)
1 parent 082141e commit d2324dd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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/[email protected].1
82+
uses: actions/[email protected].2
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/[email protected].1
133+
uses: actions/[email protected].2
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/[email protected].1
186+
uses: actions/[email protected].2
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/[email protected].1
233+
uses: actions/[email protected].2
234234
with:
235235
path: |
236236
~/.cargo/registry/index

0 commit comments

Comments
 (0)