We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab69ae commit 71570a0Copy full SHA for 71570a0
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
fetch-depth: 0
66
67
- name: go cache
68
- uses: actions/cache@v1
+ uses: actions/cache@v4
69
with:
70
path: /home/runner/work/go
71
key: subasta-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}
@@ -102,7 +102,7 @@ jobs:
102
uses: actions/checkout@v2
103
104
105
106
107
108
0 commit comments