Skip to content

Commit 5d01802

Browse files
committed
Update cache action
Signed-off-by: Milos Gajdos <[email protected]>
1 parent 91a33d8 commit 5d01802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "::set-output name=go_cache::$(go env GOCACHE)"
4747
4848
- name: Cache the build cache
49-
uses: actions/cache@v2
49+
uses: actions/cache@v4
5050
with:
5151
path: ${{ steps.vars.outputs.go_cache }}
5252
key: ${{ runner.os }}-${{ matrix.go }}-go-ci-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)