From c7eb02d06ad74304df20db7283d713fd054d5961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 17:23:30 +0000 Subject: [PATCH] Bump actions/cache from 3.0.7 to 3.0.8 (#2192) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/a7c34adf76222e77931dedbf4a45b2e4648ced19...fd5de65bc895cf536527842281bea11763fefd77) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/tests.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 236a6daa048..753a47ba895 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0 - name: Utilize Go Module Cache - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # v3.0.3 + uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.3 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 154e3ef4eea..ed3ffec72b5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # v3.0.3 + - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.3 with: # In order: # * Module download cache @@ -82,7 +82,7 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # v3.0.3 + - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.3 with: # In order: # * Module download cache @@ -129,7 +129,7 @@ jobs: check-latest: true # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # v3.0.3 + - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.3 with: # In order: # * Module download cache