Bump the all group across 1 directory with 4 updates (#2660)

Bumps the all group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node), [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

Updates `actions/setup-node` from 4 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

Updates `actions/cache` from 4 to 5
- [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/v4...v5)

Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-30 11:12:26 -07:00
committed by GitHub
parent d2db6e96d5
commit 7dbeca8e65
4 changed files with 9 additions and 9 deletions
@@ -41,7 +41,7 @@ jobs:
run: pip install setuptools
- name: Restore build cache
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
id: build-cache
with:
key: build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}
@@ -24,7 +24,7 @@ jobs:
node-version-file: .nvmrc
- name: Restore build cache
uses: actions/cache@v4
uses: actions/cache@v5
id: build-cache
with:
key: build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}
@@ -64,7 +64,7 @@ jobs:
architecture: 'x64'
- name: Restore build cache
uses: actions/cache@v4
uses: actions/cache@v5
id: build-cache
with:
key: windows-build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}
+2 -2
View File
@@ -23,10 +23,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 22.x
cache: npm
+4 -4
View File
@@ -28,7 +28,7 @@ jobs:
node-version-file: .nvmrc
- name: Restore build cache
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
id: build-cache
with:
key: build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}
@@ -98,7 +98,7 @@ jobs:
run: pip install setuptools
- name: Restore build cache
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
id: build-cache
with:
key: build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}
@@ -157,7 +157,7 @@ jobs:
- name: Upload simulation output
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: simulation-output-linux-${{ github.run_attempt }}
path: .simulation-archive/simulation.tgz
@@ -191,7 +191,7 @@ jobs:
run: pip install setuptools
- name: Restore build cache
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
id: build-cache
with:
key: windows-build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}