From 804841ca7ca54efdbaad142aa68acdd8d40c0f37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:27:19 +0000 Subject: [PATCH] Update actions/cache digest to 5656298 --- .github/workflows/dry-run-sync-algolia-search-indices.yml | 2 +- .github/workflows/pa11y.yml | 2 +- .github/workflows/sync-algolia-search-indices.yml | 2 +- .github/workflows/test-translations.yml | 4 ++-- .github/workflows/test-windows.yml | 2 +- .github/workflows/test.yml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dry-run-sync-algolia-search-indices.yml b/.github/workflows/dry-run-sync-algolia-search-indices.yml index b2aec1da4..2dda61276 100644 --- a/.github/workflows/dry-run-sync-algolia-search-indices.yml +++ b/.github/workflows/dry-run-sync-algolia-search-indices.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 14.x - name: cache node modules - uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f + uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index 0d7753bad..49361b785 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -16,7 +16,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node modules - uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f + uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/sync-algolia-search-indices.yml b/.github/workflows/sync-algolia-search-indices.yml index 3e4698381..358daa2cb 100644 --- a/.github/workflows/sync-algolia-search-indices.yml +++ b/.github/workflows/sync-algolia-search-indices.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 14.x - name: cache node modules - uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f + uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/test-translations.yml b/.github/workflows/test-translations.yml index 16a42e3b2..303f7637c 100644 --- a/.github/workflows/test-translations.yml +++ b/.github/workflows/test-translations.yml @@ -27,7 +27,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node modules - uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f + uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -65,7 +65,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node modules - uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f + uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 53f9ad68b..f31005d5f 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -32,7 +32,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node modules - uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f + uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ac57a805..6ebafcbd7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }} name: Cache node modules - uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f + uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -98,7 +98,7 @@ jobs: - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }} name: Cache node modules - uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f + uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}