From 823d2a7f28f10a360b543748a6e90e01bb5d3c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 18:10:00 +0200 Subject: [PATCH] build(deps): Bump actions/cache from 2 to 3 (#12046) Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- .github/workflows/test-race.yml | 2 +- .github/workflows/test.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b16c95f7f..500efb41d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache diff --git a/.github/workflows/test-race.yml b/.github/workflows/test-race.yml index 9307e82c3..fa171970a 100644 --- a/.github/workflows/test-race.yml +++ b/.github/workflows/test-race.yml @@ -102,7 +102,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5d5f0cbe..1516d005b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -113,7 +113,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache @@ -208,7 +208,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache @@ -245,7 +245,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache @@ -302,7 +302,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache