From 5373cc36fea1d13c90a01828f1d69b9052c27bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:01:46 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 32e4ba4a..bbdb2c7a 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@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -107,7 +107,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -158,7 +158,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -205,7 +205,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: