Skip to content

Commit 180d8d0

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
go-version: 1.23.2
150150
-
151151
name: Cache Go modules
152-
uses: actions/cache@v3.0.3
152+
uses: actions/cache@v4
153153
with:
154154
path: ~/go/pkg/mod
155155
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)