From 2823321442bee7e6c6e6b0f8353b00299d902815 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:13:25 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .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 218256fd8..97e365c7a 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v7 - name: Restore prek cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: var/prek key: arch-prek-v1-${{ hashFiles('.pre-commit-config.yaml') }}