Skip to content

Commit

Permalink
Merge pull request #7 from mazrean/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
mazrean authored Mar 2, 2024
2 parents b93725e + 41d1164 commit 2a0f40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version-file: go.mod
cache: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: /tmp/go/cache
key: ${{ runner.os }}-go-build-${{ github.ref }}-${{ github.sha }}
Expand Down

0 comments on commit 2a0f40f

Please sign in to comment.