From 9fda83406ae0963ac7369dd1fd628d1c2e0f61fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:37:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20actions/c?= =?UTF-8?q?ache=20action=20to=20v6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rcalc-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rcalc-test.yml b/.github/workflows/rcalc-test.yml index 0e62591..0476ed1 100644 --- a/.github/workflows/rcalc-test.yml +++ b/.github/workflows/rcalc-test.yml @@ -38,7 +38,7 @@ jobs: - name: Run llvm-config run: llvm-config --version --bindir --libdir - name: Cache cargo build - uses: actions/cache@v5 + uses: actions/cache@v6 id: cargo-cache with: path: |