Skip to content

Commit

Permalink
Merge pull request #95 from gotd/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-4.2.0

chore(deps): bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
ernado authored Dec 6, 2024
2 parents 2dd91f7 + 1f1c3cd commit b3fcd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit b3fcd7e

Please sign in to comment.