Skip to content

Commit 1904da1

Browse files
committed
all: upd github job deps
1 parent ad01f9b commit 1904da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'with':
3434
'go-version': '${{ env.GO_VERSION }}'
3535
- 'name': 'Set up Go modules cache'
36-
'uses': 'actions/cache@v2'
36+
'uses': 'actions/cache@v4'
3737
'with':
3838
'path': '~/go/pkg/mod'
3939
'key': "${{ runner.os }}-go-${{ hashFiles('go.sum') }}"
@@ -55,7 +55,7 @@
5555
'with':
5656
'go-version': '${{ env.GO_VERSION }}'
5757
- 'name': 'Set up Go modules cache'
58-
'uses': 'actions/cache@v2'
58+
'uses': 'actions/cache@v4'
5959
'with':
6060
'path': '~/go/pkg/mod'
6161
'key': "${{ runner.os }}-go-${{ hashFiles('go.sum') }}"

0 commit comments

Comments
 (0)