Skip to content

Commit 6ee5aed

Browse files
Merge pull request #135 from orange-cloudfoundry/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 57680bd + d4e5e16 commit 6ee5aed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: "1.25"
2626

2727
- name: cache go modules
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: ~/go/pkg/mod
3131
key: "${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}"

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: "1.25"
2020

2121
- name: cache go modules
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/go/pkg/mod
2525
key: "${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}"

0 commit comments

Comments
 (0)