Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 26cc610 commit 48124bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: true

- name: Cargo Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo
key: cargo-${{ hashFiles('Cargo.toml') }}
Expand All @@ -25,7 +25,7 @@ jobs:
cargo
- name: Cargo Target Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: target
key: cargo-target-${{ hashFiles('Cargo.toml') }}
Expand Down

0 comments on commit 48124bb

Please sign in to comment.