Skip to content

Commit 00f8a6a

Browse files
Update actions/cache action to v5
1 parent 2b7acdd commit 00f8a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
11-
- uses: actions/cache@v2
11+
- uses: actions/cache@v5
1212
with:
1313
path: ~/go/pkg/mod
1414
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)