Skip to content

Commit

Permalink
Merge pull request cloudflare#202 from cloudflare/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
prymitive authored Mar 21, 2022
2 parents 09c0cbd + e423faa commit 131b350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
shell: bash

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build/fuzz
Expand Down

0 comments on commit 131b350

Please sign in to comment.