From ead5aceb505a2c6db8d11f2702f91b79ec324884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:50:40 -0500 Subject: [PATCH] Bump actions/cache from 2 to 3 (#2627) 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/release-build-sign-upload.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-build-sign-upload.yml b/.github/workflows/release-build-sign-upload.yml index 5e647f5025b..522f3e549bf 100644 --- a/.github/workflows/release-build-sign-upload.yml +++ b/.github/workflows/release-build-sign-upload.yml @@ -179,7 +179,7 @@ jobs: go env - name: Go Assets Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ${{ steps.go-cache-paths.outputs.go-mod }} @@ -460,7 +460,7 @@ jobs: cat "$(brew --repository)/Library/Taps/pivotalsoftware/homebrew-gon/gon.rb" > .github/brew-formulae - name: Configure Homebrew cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/Library/Caches/Homebrew/gon--* @@ -480,7 +480,7 @@ jobs: go env - name: Go Assets Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ${{ steps.go-cache-paths.outputs.go-mod }}