From 25d3715f9448bc516b7e5744443a82f67c20581e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:01:14 +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 ++++---- .github/workflows/release.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a3728995..ab257c1e 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: @@ -117,7 +117,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: @@ -173,7 +173,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: @@ -220,7 +220,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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd677c17..842f9d14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,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: @@ -79,7 +79,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: @@ -128,7 +128,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: