Skip to content

Commit

Permalink
Merge pull request #23 from go-faster/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4.2.0

build(deps): bump actions/cache from 4.1.1 to 4.2.0
  • Loading branch information
ernado authored Dec 6, 2024
2 parents 0da3904 + 50db609 commit 3e472ba
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.1.1
uses: actions/cache@v4.2.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit 3e472ba

Please sign in to comment.