Skip to content

Commit 8eddc41

Browse files
committed
Upgrading cache version
1 parent c57ff5c commit 8eddc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Check out code
5353
uses: actions/checkout@v2
5454
- name: Cache modules
55-
uses: actions/cache@v1
55+
uses: actions/cache@v4
5656
with:
5757
path: ~/go/pkg/mod
5858
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)