From 1762f7a294e3916b6d09b6adefc408c5d75cd268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:11:54 +0000 Subject: [PATCH] Chore: (deps): Bump actions/cache from 3.2.5 to 3.2.6 (#5621) --- .github/workflows/apiserver-test.yml | 2 +- .github/workflows/go.yml | 4 ++-- .github/workflows/unit-test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apiserver-test.yml b/.github/workflows/apiserver-test.yml index c84d85ed7..d196f6138 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@6998d139ddd3e68c71e9e398d8e40b71a2f39812 + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ad6d1f8fa..8712fc164 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@6998d139ddd3e68c71e9e398d8e40b71a2f39812 + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 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@6998d139ddd3e68c71e9e398d8e40b71a2f39812 + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 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 9cccec51e..507e39492 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@6998d139ddd3e68c71e9e398d8e40b71a2f39812 + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}