From 3393302f30422d222f745fd5babfbcef76770238 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 23 Jun 2026 21:30:45 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 14fc95863183..5f973e934ee1 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -43,7 +43,7 @@ jobs: key: cache-key-1 # increment to bust the cache - name: Cache extensions - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}