Skip to content

Commit 5f3093d

Browse files
authored
Merge pull request #202 from TheThingsNetwork/dependabot/github_actions/actions/cache-5
dev: bump actions/cache from 4 to 5
2 parents 4fb209b + 8bc265b commit 5f3093d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version: '~1.24'
2525
- name: Initialize Go module cache
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/go/pkg/mod
2929
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
go-version: '~1.24'
5555
- name: Initialize Go module cache
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: ~/go/pkg/mod
5959
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)