Skip to content

Commit 163bd5c

Browse files
Merge pull request #20 from cnabio/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents fe17370 + 51bdbb8 commit 163bd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
cache: true
1515
cache-dependency-path: go.sum
1616
- name: Set up Cache
17-
uses: actions/cache@v4
17+
uses: actions/cache@v5
1818
with:
1919
path: ~/go/pkg/mod
2020
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)