Skip to content

Commit

Permalink
Merge pull request #1248 from librespot-org/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dev/actions/cache-4.0.0

Bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
roderickvd authored Jan 20, 2024
2 parents 26c97f0 + a2b6a9f commit df0c149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: |
~/.cargo/registry/index
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: |
~/.cargo/registry/index
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: |
~/.cargo/registry/index
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: |
~/.cargo/registry/index
Expand Down

0 comments on commit df0c149

Please sign in to comment.