diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bb6b25476..82327dda5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -109,7 +109,7 @@ jobs: node-version: '14' - name: Cache Go Dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }} @@ -149,7 +149,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Cache Go Dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 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 e6bef0b19..8c4c1ded8 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -53,7 +53,7 @@ jobs: submodules: true - name: Cache Go Dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}