From b39a9db4fc146ed91e3597a168aa09bc59772046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:32:35 -0300 Subject: [PATCH] chore(deps): bump actions/cache from 4.3.0 to 5.0.5 (#4047) Integrated into release/v3.8.28 (dependabot GH-Action bump; SHA-pin preserved) --- .github/workflows/ci.yml | 2 +- .github/workflows/electron-release.yml | 2 +- .github/workflows/nightly-mutation.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5037277001..f9f5ad4e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -861,7 +861,7 @@ jobs: - run: npm ci - run: npm run check:node-runtime - name: Cache Playwright browsers - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: ~/.cache/ms-playwright key: playwright-chromium-${{ runner.os }}-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index a87ce68918..42344dfa4f 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -94,7 +94,7 @@ jobs: cache: npm - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/nightly-mutation.yml b/.github/workflows/nightly-mutation.yml index 36e554bb85..644ad5e9eb 100644 --- a/.github/workflows/nightly-mutation.yml +++ b/.github/workflows/nightly-mutation.yml @@ -31,7 +31,7 @@ jobs: cache: npm - run: npm ci - name: Restore Stryker incremental cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: reports/mutation/stryker-incremental.json key: stryker-incremental-${{ github.run_id }}