diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 43cd5a2..cfef05b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -101,7 +101,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Cache Go Dependencies - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 457977d..f04916b 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -52,7 +52,7 @@ jobs: submodules: true - name: Cache Go Dependencies - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}