From be8fd708505bca734feb0c5b05fd043267277a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:10:13 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 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] --- .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 ab7f37d3aea..004272d618b 100644 --- a/.github/workflows/release-build-sign-upload.yml +++ b/.github/workflows/release-build-sign-upload.yml @@ -164,7 +164,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 }} @@ -441,7 +441,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--* @@ -461,7 +461,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 }}