We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455db18 commit c3f1c01Copy full SHA for c3f1c01
.github/workflows/ci-build.yml
@@ -101,7 +101,7 @@ jobs:
101
go-version: ${{ env.GO_VERSION }}
102
103
- name: Cache Go Dependencies
104
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
+ uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
105
with:
106
path: .work/pkg
107
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
.github/workflows/unit-test.yml
@@ -52,7 +52,7 @@ jobs:
52
submodules: true
53
54
55
56
57
58
0 commit comments