From 5c047df7dc95562015c338ebde122f38b3bba79c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:37:13 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/gh-page.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-page.yml b/.github/workflows/gh-page.yml index 548f3cf..40a3556 100644 --- a/.github/workflows/gh-page.yml +++ b/.github/workflows/gh-page.yml @@ -20,7 +20,7 @@ jobs: node-version: 16 - name: Use cached node_modules - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: node_modules key: nodeModules-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d08ca7..278646a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Use cached node_modules - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: node_modules key: nodeModules-${{ hashFiles('**/package-lock.json') }}