From 2d3cd933dacbb8665b45a441b93810f6243dc32f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:44:29 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index eb1c0cc..6d9a910 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,7 +16,7 @@ jobs: with: node-version: lts/* - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /home/runner/.cache/hugo_cache key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}