Skip to content

Commit d43600d

Browse files
authored
Merge pull request #31 from daku10/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 78d9108 + 6623cff commit d43600d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run benchmark
2121
run: go test -bench . | tee 'output.txt'
2222
- name: Download previous benchmark data
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: ./cache
2626
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)