Skip to content

Commit

Permalink
Update cache action version
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed May 24, 2024
1 parent b452640 commit f611e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: dtolnay/[email protected]
with:
components: 'clippy'
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/.cargo
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: 'rustfmt'
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/.cargo
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.version }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/.cargo
Expand Down

0 comments on commit f611e1e

Please sign in to comment.