Skip to content

Commit 71570a0

Browse files
committed
.github: update actions/cache to v4
1 parent 5ab69ae commit 71570a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fetch-depth: 0
6666

6767
- name: go cache
68-
uses: actions/cache@v1
68+
uses: actions/cache@v4
6969
with:
7070
path: /home/runner/work/go
7171
key: subasta-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/checkout@v2
103103

104104
- name: go cache
105-
uses: actions/cache@v1
105+
uses: actions/cache@v4
106106
with:
107107
path: /home/runner/work/go
108108
key: subasta-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)