Skip to content

Commit 785744d

Browse files
Bump actions/cache from 4.0.2 to 4.1.0 (librespot-org#1364)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3521fa7 commit 785744d

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.0.2
82+
uses: actions/cache@v4.1.0
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.0.2
133+
uses: actions/cache@v4.1.0
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.0.2
186+
uses: actions/cache@v4.1.0
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.0.2
233+
uses: actions/cache@v4.1.0
234234
with:
235235
path: |
236236
~/.cargo/registry/index

0 commit comments

Comments
 (0)