Skip to content

Commit

Permalink
Merge pull request #25 from ZEISS/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
github-actions[bot] authored Jul 15, 2024
2 parents 5c5fc72 + 2824487 commit 8bce608
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 @@ -40,7 +40,7 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit 8bce608

Please sign in to comment.