Skip to content

Commit

Permalink
Update Swatinem/rust-cache action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 0e9a355 commit 4ef4996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
toolchain: 1.76.0
override: true

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
key: x64

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
toolchain: 1.76.0
override: true

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.arch }}

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
key: pyhq
- uses: messense/maturin-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
override: true
components: clippy, rustfmt

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Check package versions
run: python scripts/check_package_versions.py
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.os }}

Expand Down

0 comments on commit 4ef4996

Please sign in to comment.