Skip to content

Commit 25f314d

Browse files
authored
Merge pull request #73 from thinkgos/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 619e593 + 655d085 commit 25f314d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "go_cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
4949
5050
- name: Cache go modules
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: |
5454
${{ steps.vars.outputs.GO_CACHE }}

0 commit comments

Comments
 (0)