Skip to content

Commit 4166fb2

Browse files
authored
Merge pull request #2 from nullable-eth/dependabot/github_actions/actions/cache-4
ci(deps): bump actions/cache from 3 to 4
2 parents 5fd045b + 0e9f42f commit 4166fb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
go-version: '1.23'
135135

136136
- name: Cache Go modules
137-
uses: actions/cache@v3
137+
uses: actions/cache@v4
138138
with:
139139
path: ~/go/pkg/mod
140140
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: '1.23'
2121

2222
- name: Cache Go modules
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/go/pkg/mod
2626
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)