From 4174eafd6bff2217dc8290033870b83ddefeb221 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 16:03:18 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 4c4d5cc25..278791aa2 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v6 - name: Restore prek cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: var/prek key: arch-prek-v1-${{ hashFiles('.pre-commit-config.yaml') }}