Skip to content

Commit 2bd59aa

Browse files
Bump actions/cache from 3 to 4 (#143)
2 parents 1d2dbb1 + aa1987f commit 2bd59aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
2525

26-
- uses: actions/cache@v3
26+
- uses: actions/cache@v4
2727
with:
2828
path: ~/go/pkg/mod
2929
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -60,7 +60,7 @@ jobs:
6060
- name: Checkout repository
6161
uses: actions/checkout@v4
6262

63-
- uses: actions/cache@v3
63+
- uses: actions/cache@v4
6464
with:
6565
path: ~/go/pkg/mod
6666
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)