Skip to content

Commit

Permalink
ci: update cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Jan 30, 2024
1 parent 9ddd28d commit c28506b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

- uses: taiki-e/install-action@just

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
components: clippy

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit c28506b

Please sign in to comment.