diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 2154465..1be9a66 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 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 1a0744c..224f8c5 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}