Skip to content

Commit

Permalink
chore(deps): update swatinem/rust-cache action to v2.7.1 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent 2a23989 commit 38ec564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}

- name: ⚡ Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1
if: ${{ !env.ACT }}

- name: Check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
version: "0.2.87"

- name: ⚡ Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1
if: ${{ !env.ACT }}

- name: Update Linux Dependencies
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}

- name: ⚡ Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1
if: ${{ !env.ACT }}

- name: Build
Expand Down

0 comments on commit 38ec564

Please sign in to comment.