From 34fa834bd3b2c2e353438b0670cfef81c294a394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 19:01:43 +0000 Subject: [PATCH] build(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/dep-autoapprove.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dep-autoapprove.yml b/.github/workflows/dep-autoapprove.yml index 3be764760c..f65b613e7c 100644 --- a/.github/workflows/dep-autoapprove.yml +++ b/.github/workflows/dep-autoapprove.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: key: key path: ~/.bun/install/cache diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cc1683cdb..78f3d9f842 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: with: go-version: '1.24' - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: key: key path: ~/.bun/install/cache