Skip to content

Commit def1fff

Browse files
authored
Merge pull request #114 from multiformats/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 469b0de + 842a3c3 commit def1fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

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

0 commit comments

Comments
 (0)