From b521bf66b4bbe635963a7902f110d7783913f86d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 01:38:29 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0cf6d2b..e2cda64 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -17,7 +17,7 @@ jobs: steps: - name: "Cache NPX" - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: npx-${{ github.workflow }}-${{ github.job }} path: |