From bc84c3493d7da6728a491829477554d2ad1f6a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 07:06:00 +0000 Subject: [PATCH] :seedling: Bump actions/cache from 2.1.7 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/937d24475381cd9c75ae6db12cb4e79714b926ed...4b0cf6cc4619e737324ddfcec08fff2413359514) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/golangci.yml | 2 +- .github/workflows/tests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci.yml b/.github/workflows/golangci.yml index ec0997c9..28d48c8e 100644 --- a/.github/workflows/golangci.yml +++ b/.github/workflows/golangci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c06a4114..6c860060 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache