Skip to content

Commit cb7bd5b

Browse files
authored
Merge pull request #39 from stackitcloud/dependabot/github_actions/actions/cache-5
chore: bump actions/cache from 4 to 5
2 parents 4f62ff2 + cdd50d5 commit cb7bd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
go-version: stable
3333

3434
- name: Cache Go Modules
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: |
3838
~/.cache/go-build

0 commit comments

Comments
 (0)