Skip to content

Commit 0c437fa

Browse files
Update actions/cache action to v4
1 parent e460a2c commit 0c437fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Cache Go modules
27-
uses: actions/cache@v3.3.3
27+
uses: actions/cache@v4.1.1
2828
with:
2929
path: ~/go/pkg/mod
3030
key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }}
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151

5252
- name: Cache Go modules
53-
uses: actions/cache@v3.3.3
53+
uses: actions/cache@v4.1.1
5454
with:
5555
path: ~/go/pkg/mod
5656
key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)