From b2f0a1b43326c6ff3fa46a524d18f58bc8da5a19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:14:58 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec07fea..94a6c2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Fetch bazel cache - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: /tmp/cache key: bazel-cache