Skip to content

Commit

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

chore(deps): bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
ernado authored Dec 4, 2024
2 parents caca465 + e351310 commit 2dd91f7
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.0.2
uses: actions/cache@v4.1.2
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit 2dd91f7

Please sign in to comment.