diff --git a/.github/workflows/apiserver-test.yml b/.github/workflows/apiserver-test.yml index ed17fb4f1..ed293ecb5 100644 --- a/.github/workflows/apiserver-test.yml +++ b/.github/workflows/apiserver-test.yml @@ -56,7 +56,7 @@ jobs: submodules: true - name: Cache Go Dependencies - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c46504203..bb36d8b9f 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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }} @@ -143,7 +143,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Cache Go Dependencies - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 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 b7642809a..9cccec51e 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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}