From d7a72f6600d0779ca8399c5f466e6dc248faf2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 01:23:24 +0000 Subject: [PATCH] ci: bump actions/cache from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0030345f..3a088cde0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,7 +102,7 @@ jobs: run: git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf "https://github.com/" - name: Cache Go tools - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/bin key: go-tools-${{ runner.os }}-govulncheck-v1.1.4 @@ -173,7 +173,7 @@ jobs: - name: Cache BATS id: cache-bats - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /usr/local/libexec/bats-core key: bats-1.11.0