Skip to content

Commit c37ec8c

Browse files
authored
Merge pull request #1269 from librespot-org/dependabot/github_actions/dev/actions/cache-4.0.2
Bump actions/cache from 4.0.0 to 4.0.2
2 parents a5964c2 + 103044c commit c37ec8c

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].0
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].0
133+
uses: actions/[email protected].2
134134
with:
135135
path: |
136136
~/.cargo/registry/index
@@ -178,7 +178,7 @@ jobs:
178178
shell: bash
179179

180180
- name: Cache Rust dependencies
181-
uses: actions/[email protected].0
181+
uses: actions/[email protected].2
182182
with:
183183
path: |
184184
~/.cargo/registry/index
@@ -221,7 +221,7 @@ jobs:
221221
shell: bash
222222

223223
- name: Cache Rust dependencies
224-
uses: actions/[email protected].0
224+
uses: actions/[email protected].2
225225
with:
226226
path: |
227227
~/.cargo/registry/index

0 commit comments

Comments
 (0)