From b3ffdaae759724f3d44a1bdc4aae1f59e7035293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:16:11 -0300 Subject: [PATCH] chore(deps): bump actions/cache from 6.0.0 to 6.1.0 (#6124) Bumps [actions/cache](https://github.com/actions/cache) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v6...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- .github/workflows/electron-release.yml | 2 +- .github/workflows/nightly-mutation.yml | 2 +- .github/workflows/nightly-resilience.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 906c02bb7f..5ba2771088 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -509,7 +509,7 @@ jobs: - uses: ./.github/actions/npm-ci-retry - run: npm run check:node-runtime - name: Cache Next.js build cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: .build/next/cache key: nextjs-${{ runner.os }}-node-${{ env.CI_NODE_VERSION }}-${{ hashFiles('package-lock.json') }}-${{ hashFiles('src/**/*', 'open-sse/**/*', 'db/**/*', 'next.config.mjs', 'tsconfig*.json', 'postcss.config.*', 'tailwind.config.*') }} @@ -698,7 +698,7 @@ jobs: - uses: ./.github/actions/npm-ci-retry - run: npm run check:node-runtime - name: Cache Next.js build cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: .build/next/cache key: nextjs-${{ runner.os }}-node-${{ env.CI_NODE_26_VERSION }}-${{ hashFiles('package-lock.json') }}-${{ hashFiles('src/**/*', 'open-sse/**/*', 'db/**/*', 'next.config.mjs', 'tsconfig*.json', 'postcss.config.*', 'tailwind.config.*') }} @@ -1020,7 +1020,7 @@ jobs: - uses: ./.github/actions/npm-ci-retry - run: npm run check:node-runtime - name: Cache Playwright browsers - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 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 73ec01f9df..b225342a4e 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@v6.0.0 + uses: actions/cache@v6.1.0 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 2312095012..5dfbe345a7 100644 --- a/.github/workflows/nightly-mutation.yml +++ b/.github/workflows/nightly-mutation.yml @@ -113,7 +113,7 @@ jobs: cache: npm - run: npm ci - name: Restore Stryker incremental cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: reports/mutation/stryker-incremental.json key: stryker-incremental-${{ matrix.batch.name }}-${{ github.run_id }} diff --git a/.github/workflows/nightly-resilience.yml b/.github/workflows/nightly-resilience.yml index e094596a16..af5a20e22d 100644 --- a/.github/workflows/nightly-resilience.yml +++ b/.github/workflows/nightly-resilience.yml @@ -100,7 +100,7 @@ jobs: cache: npm - run: npm ci - name: Cache Playwright browsers - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: ~/.cache/ms-playwright key: playwright-chromium-${{ runner.os }}-${{ hashFiles('package-lock.json') }}