Skip to content

Commit

Permalink
Merge branch 'librespot-org:dev' into auth-token-from-login5-lmore377
Browse files Browse the repository at this point in the history
  • Loading branch information
lmore377 authored Jan 26, 2024
2 parents 030ae44 + f5a46c6 commit 5a322e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a322e7

Please sign in to comment.