We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de614e2 commit 6ea70c9Copy full SHA for 6ea70c9
.github/workflows/integration.yaml
@@ -20,7 +20,7 @@ jobs:
20
go-version: "1.17.x"
21
22
- name: Cache Go Dependencies
23
- uses: actions/cache@v3
+ uses: actions/cache@v4
24
with:
25
path: |
26
~/.cache/go-build
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
go-version: '1.17.x'
19
0 commit comments