Skip to content

Commit df6866e

Browse files
committed
Github Actions cache@v4
1 parent 43cb53c commit df6866e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-go@v4
1414
with:
1515
go-version: 'stable'
16-
- uses: actions/cache@v1
16+
- uses: actions/cache@v4
1717
with:
1818
path: ~/go/pkg/mod
1919
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)