Skip to content

Commit 5aa6160

Browse files
Merge pull request #6 from devnw/dependabot/github_actions/actions/cache-3
2 parents f46eee3 + b9822cc commit 5aa6160

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run benchmark
2626
run: go test -bench=. ./... | tee output.txt
2727
- name: Download previous benchmark data
28-
uses: actions/cache@v2.1.7
28+
uses: actions/cache@v3
2929
with:
3030
path: ./cache
3131
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)