From fb596e91dcd12decd2d6f3b387e94ea85c5dd3b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 08:32:47 +0700 Subject: [PATCH] Bump actions/cache from 5 to 6 (#10925) Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 26 +++++++++++++------------- .github/workflows/publish-npm.yml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39db82c643..c71da5d6e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-platform with: @@ -127,7 +127,7 @@ jobs: run: node common/scripts/install-run-rush.js validate - name: Cache build results - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-build-results with: @@ -150,7 +150,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache build results - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-build-results with: @@ -173,7 +173,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache build results - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-build-results with: @@ -205,7 +205,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache build results - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-build-results with: @@ -243,7 +243,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-platform with: @@ -375,7 +375,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-platform with: @@ -472,7 +472,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-platform with: @@ -553,7 +553,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-platform with: @@ -674,7 +674,7 @@ jobs: with: version: 10 - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-platform with: @@ -755,7 +755,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: node with: @@ -858,7 +858,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: node with: @@ -957,7 +957,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-platform with: diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index c0dae87219..7321d99ac0 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -23,7 +23,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-platform with: