Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Swatinem/rust-cache action to v2.7.3 #754

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected].0
- uses: Swatinem/[email protected].3
with:
key: x64

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

- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].3
with:
key: ${{ matrix.arch }}

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].3
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/[email protected].0
- uses: Swatinem/[email protected].3

- 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/[email protected].0
- uses: Swatinem/[email protected].3
with:
key: ${{ matrix.os }}

Expand Down
Loading