From ac5d6280978ad668353173241ba6407ea7dc880b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:47:12 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 750d3cf1..707c7dfa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -60,7 +60,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -107,7 +107,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -158,7 +158,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -205,7 +205,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: