From 4e24ff4694877ff3f6d67a5edb42fc6851731e6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:59:47 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fd4ed1..43aa4df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Set up tools uses: jdx/mise-action@v4 - name: Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | deps @@ -66,7 +66,7 @@ jobs: - name: Set up tools uses: jdx/mise-action@v4 - name: Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | deps @@ -90,7 +90,7 @@ jobs: - name: Set up tools uses: jdx/mise-action@v4 - name: Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | deps