From 1ea6ef604e47956bd4b3a3bb65dba601e9ede705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 14:24:55 -0500 Subject: [PATCH] Bump actions/cache from 3.0.0 to 3.0.1 (#1689) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.0 to 3.0.1. - [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/4b0cf6cc4619e737324ddfcec08fff2413359514...136d96b4aee02b1f0de3ba493b1d47135042d9c0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 6384aa90e7c9..ef2bd98f3cf7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 #v2.4.0 - name: Utilize Go Module Cache - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7a89f79ec114..e57b61e34478 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 #v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + - uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 #v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + - uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache @@ -117,7 +117,7 @@ jobs: go-version: ${{ env.GO_VERSION }} # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + - uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache