From 5d4b3158fec866d2f9a4dbf3aef4136bb4f6361a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:20:43 +0000 Subject: [PATCH] Bump actions/cache from 3.0.6 to 3.0.7 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7. - [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/f4278025ab0f432ce369118909e46deec636f50c...a7c34adf76222e77931dedbf4a45b2e4648ced19) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 728f4ed6e42..19dcfe6ad80 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@f4278025ab0f432ce369118909e46deec636f50c # v3.0.3 + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # v3.0.3 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6ac4ecfcdc3..89326838feb 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@f4278025ab0f432ce369118909e46deec636f50c # v3.0.3 + - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # v3.0.3 with: # In order: # * Module download cache @@ -76,7 +76,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@f4278025ab0f432ce369118909e46deec636f50c # v3.0.3 + - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # v3.0.3 with: # In order: # * Module download cache @@ -120,7 +120,7 @@ jobs: check-latest: true # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # v3.0.3 + - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # v3.0.3 with: # In order: # * Module download cache