Skip to content

Commit

Permalink
Merge pull request #572 from andrey-yantsen/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/Swatinem/rust-cache-2.5.1

chore(deps): bump Swatinem/rust-cache from 2.5.0 to 2.5.1
  • Loading branch information
mergify[bot] committed Jul 3, 2023
2 parents 7d4b53d + 46ce43e commit 95cb1aa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{steps.current_msrv.outputs.msrv}}
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache
- name: Check
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache
- name: Run cargo check
Expand All @@ -57,7 +57,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: "rustfmt,clippy"
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache
- name: Run cargo fmt
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache
- name: Run tests
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache-anonymous
- name: "Test against real server [anonymous]"
Expand All @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache-authenticated
- name: "Test against real server [authenticated]"
Expand All @@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache-authenticated
- name: "Test against real server [authenticated]"
Expand All @@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache-authenticated
- run: cargo run --package xtask -- test --online --docker-tag '${{ matrix.plex_server_version }}' --token '${{ secrets.PLEX_API_AUTH_TOKEN_FREE }}' --server-owner-token '' --deny-unknown-fields --github-actions
Expand All @@ -134,7 +134,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache-authenticated
- run: cargo run --package xtask -- test --online --docker-tag '${{ matrix.plex_server_version }}' --token '${{ secrets.PLEX_API_AUTH_TOKEN_FREE }}' --server-owner-token '${{ secrets.PLEX_API_AUTH_TOKEN_PLEXPASS }}' --deny-unknown-fields --github-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache
- name: Update json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_pms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2.5.0
- uses: Swatinem/rust-cache@v2.5.1
with:
shared-key: cache
- name: Build xtask
Expand Down

0 comments on commit 95cb1aa

Please sign in to comment.