Skip to content

Commit

Permalink
Merge pull request #4 from go-faster/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4.0.1
  • Loading branch information
shadowspore committed Mar 1, 2024
2 parents 1d7960e + 5a45689 commit 0087195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.1
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit 0087195

Please sign in to comment.