Skip to content

Commit

Permalink
Merge pull request #114 from multiformats/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
jxs authored Oct 11, 2024
2 parents 469b0de + 842a3c3 commit def1fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Dependencies & Build Outputs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
Expand Down

0 comments on commit def1fff

Please sign in to comment.