Skip to content

Commit aea57f2

Browse files
authored
Merge pull request #49 from jferrl/dependabot/github_actions/actions/cache-6
chore(deps): bump actions/cache from 5 to 6
2 parents df4a32c + 4df09c5 commit aea57f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5
46+
uses: actions/cache@v6
4747
with:
4848
path: |
4949
~/.cache/go-build

0 commit comments

Comments
 (0)