Compare commits
2 commits
c9f1f3450d
...
62484b3681
Author | SHA1 | Date | |
---|---|---|---|
62484b3681 | |||
|
771354726b |
2 changed files with 3 additions and 3 deletions
4
.github/workflows/integration.yaml
vendored
4
.github/workflows/integration.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
go-version: "1.17.x"
|
go-version: "1.17.x"
|
||||||
|
|
||||||
- name: Cache Go Dependencies
|
- name: Cache Go Dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
@ -48,7 +48,7 @@ jobs:
|
||||||
go-version: "1.17.x"
|
go-version: "1.17.x"
|
||||||
|
|
||||||
- name: Cache Go Dependencies
|
- name: Cache Go Dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
go-version: "1.17.x"
|
go-version: "1.17.x"
|
||||||
|
|
||||||
- name: Cache Go Dependencies
|
- name: Cache Go Dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
|
Loading…
Reference in a new issue