Skip to content

Commit

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

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
roderickvd authored Nov 14, 2023
2 parents 6c2ed25 + 6521c70 commit ea756b0
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/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/registry/index
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/registry/index
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/registry/index
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
shell: bash

- name: Cache Rust dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/registry/index
Expand Down

0 comments on commit ea756b0

Please sign in to comment.