mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
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
This commit is contained in:
commit
c37ec8c859
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Cache Rust dependencies
|
||||
uses: actions/cache@v4.0.0
|
||||
uses: actions/cache@v4.0.2
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
|
@ -130,7 +130,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Cache Rust dependencies
|
||||
uses: actions/cache@v4.0.0
|
||||
uses: actions/cache@v4.0.2
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
|
@ -178,7 +178,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Cache Rust dependencies
|
||||
uses: actions/cache@v4.0.0
|
||||
uses: actions/cache@v4.0.2
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
|
@ -221,7 +221,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Cache Rust dependencies
|
||||
uses: actions/cache@v4.0.0
|
||||
uses: actions/cache@v4.0.2
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
|
|
Loading…
Reference in a new issue