From bd60276f96507c8779c1517b5bda1e860e280c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:26:52 +0000 Subject: [PATCH] Bump actions/cache from 4.3.0 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0057852bfaa89a56745cba8c7296529d2fc39830...cdf6c1fa76f9f475f3d7449005a359c84ca0f306) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/ci.yml | 22 +++++++++---------- .github/workflows/icu-book.yml | 4 ++-- .../reproducible-build-scheduler.yml | 4 ++-- .github/workflows/stories.yml | 4 ++-- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4415e790a0..a649deea54 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -76,7 +76,7 @@ jobs: # - name: Setup sccache # uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 # - name: Restore sccache - # uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + # uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 # id: cache-sccache # with: # path: ${{ env.SCCACHE_PATH }} @@ -91,7 +91,7 @@ jobs: cache: 'pnpm' cache-dependency-path: 'pnpm-lock.yaml' - name: Cache .electron-gyp - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: path: ~/.electron-gyp key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6c3c7f8e5..35e5724b10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: cache: 'pnpm' cache-dependency-path: 'pnpm-lock.yaml' - name: Cache .electron-gyp - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: path: ~/.electron-gyp key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -36,13 +36,13 @@ jobs: # - name: Setup sccache # uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 # - name: Restore sccache - # uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + # uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 # with: # path: ${{ env.SCCACHE_PATH }} # key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }} - name: Restore cached .eslintcache and tsconfig.tsbuildinfo - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 id: cache-lint with: path: | @@ -71,7 +71,7 @@ jobs: - run: git diff --exit-code - name: Update cached .eslintcache and tsconfig.tsbuildinfo - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 if: github.ref == 'refs/heads/main' with: path: | @@ -97,7 +97,7 @@ jobs: cache: 'pnpm' cache-dependency-path: 'pnpm-lock.yaml' - name: Cache .electron-gyp - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: path: ~/.electron-gyp key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -105,7 +105,7 @@ jobs: # - name: Setup sccache # uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 # - name: Restore sccache - # uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + # uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 # with: # path: ${{ env.SCCACHE_PATH }} # key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }} @@ -171,7 +171,7 @@ jobs: cache: 'pnpm' cache-dependency-path: 'pnpm-lock.yaml' - name: Cache .electron-gyp - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: path: ~/.electron-gyp key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -182,7 +182,7 @@ jobs: # - name: Setup sccache # uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 # - name: Restore sccache - # uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + # uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 # with: # path: ${{ env.SCCACHE_PATH }} # key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }} @@ -391,7 +391,7 @@ jobs: cache: 'pnpm' cache-dependency-path: 'pnpm-lock.yaml' - name: Cache .electron-gyp - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: path: ~/.electron-gyp key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -405,7 +405,7 @@ jobs: # - name: Setup sccache # uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 # - name: Restore sccache - # uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + # uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 # with: # path: ${{ env.SCCACHE_PATH }} # key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }} @@ -486,7 +486,7 @@ jobs: cache: 'pnpm' cache-dependency-path: 'pnpm-lock.yaml' - name: Cache .electron-gyp - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: path: ~/.electron-gyp key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/icu-book.yml b/.github/workflows/icu-book.yml index f38956049c..4e2700acb7 100644 --- a/.github/workflows/icu-book.yml +++ b/.github/workflows/icu-book.yml @@ -23,7 +23,7 @@ jobs: cache: 'pnpm' cache-dependency-path: 'pnpm-lock.yaml' - name: Cache .electron-gyp - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: path: ~/.electron-gyp key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -31,7 +31,7 @@ jobs: # - name: Setup sccache # uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 # - name: Restore sccache - # uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + # uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 # id: cache-sccache # with: # path: ${{ env.SCCACHE_PATH }} diff --git a/.github/workflows/reproducible-build-scheduler.yml b/.github/workflows/reproducible-build-scheduler.yml index ac1ccbcb0d..75df782ce3 100644 --- a/.github/workflows/reproducible-build-scheduler.yml +++ b/.github/workflows/reproducible-build-scheduler.yml @@ -37,7 +37,7 @@ jobs: - name: Restore previous version file from cache id: restore-cache-version - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: key: ${{ matrix.package }}-version-git-ref-txt path: ~/version-git-ref.txt @@ -88,7 +88,7 @@ jobs: - name: Cache latest version if: steps.should-run.outputs.result == 'true' - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: key: ${{ matrix.package }}-version-git-ref-txt path: ~/version-git-ref.txt diff --git a/.github/workflows/stories.yml b/.github/workflows/stories.yml index 14abc1d437..6933955f01 100644 --- a/.github/workflows/stories.yml +++ b/.github/workflows/stories.yml @@ -23,7 +23,7 @@ jobs: cache: 'pnpm' cache-dependency-path: 'pnpm-lock.yaml' - name: Cache .electron-gyp - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: path: ~/.electron-gyp key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -31,7 +31,7 @@ jobs: # - name: Setup sccache # uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 # - name: Restore sccache - # uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + # uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 # id: cache-sccache # with: # path: ${{ env.SCCACHE_PATH }}