Skip to content

Commit 0a595ce

Browse files
authored
Merge pull request #37 from jferrl/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 413ef7a + ae82500 commit 0a595ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go-version: ${{ matrix.go-version }}
4444

4545
- name: Cache go modules
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: |
4949
~/.cache/go-build

0 commit comments

Comments
 (0)