Skip to content

Commit

Permalink
Merge pull request #640 from vmware-tanzu/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-3

Bump actions/cache from 1 to 3
  • Loading branch information
Ben Moss authored Apr 26, 2022
2 parents 708b92b + 626ed04 commit 4c0a299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
go test ./test/bench/... -bench=. | tee output.txt
# Download previous benchmark result from cache (if exists)
- name: Download previous benchmark data
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ./cache
key: ${{ runner.os }}-benchmark
Expand Down

0 comments on commit 4c0a299

Please sign in to comment.