From e4e7d575a809882c5e6e55fd38416e6b15cfb29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:07:34 +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/nightly.yml | 2 +- .github/workflows/release-tag-latest.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/snapshot.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d88022281..f397ab1c4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -31,7 +31,7 @@ jobs: check-latest: true cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: _tools/ key: ${{ runner.os }}-go-tools${{ hashFiles('_tools/go.sum') }} diff --git a/.github/workflows/release-tag-latest.yml b/.github/workflows/release-tag-latest.yml index ab81ccef1..8a612b14d 100644 --- a/.github/workflows/release-tag-latest.yml +++ b/.github/workflows/release-tag-latest.yml @@ -27,7 +27,7 @@ jobs: check-latest: true cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: _tools/ key: ${{ runner.os }}-go-tools${{ hashFiles('_tools/go.sum') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b265050ab..8f21fa4ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: check-latest: true cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: _tools/ key: ${{ runner.os }}-go-tools${{ hashFiles('_tools/go.sum') }} diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 635d45b19..59a8c1623 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -27,7 +27,7 @@ jobs: check-latest: true cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: _tools/ key: ${{ runner.os }}-go-tools${{ hashFiles('_tools/go.sum') }}