From fda117e4ebd6ce337c900de3019279a5c2d49241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:49:24 -0700 Subject: [PATCH] Bump actions/cache from 2 to 3 (#322) Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [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/build.yml | 2 +- .github/workflows/generated_code_checks.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18b6b33d..825727d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: with: go-version: 1.18 - name: Restore Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: |- ~/go/pkg/mod diff --git a/.github/workflows/generated_code_checks.yml b/.github/workflows/generated_code_checks.yml index 7b29b825..e6e105bb 100644 --- a/.github/workflows/generated_code_checks.yml +++ b/.github/workflows/generated_code_checks.yml @@ -15,7 +15,7 @@ jobs: with: go-version: 1.18 - name: Restore Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: |- ~/go/pkg/mod diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc1b1668..22af6d03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: go-version: 1.18 - name: Restore Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: |- ~/go/pkg/mod