diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-20 19:20:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-20 19:20:59 +0000 |
| commit | 498ea98a5d901e4dafc9c0aa242cc67dd5b13f9b (patch) | |
| tree | f9cb3ebc7181b70b2bf2b3e129dbdb99a7a0c63c /.github | |
| parent | 11bbece1877701129eb5ede476161c1095557905 (diff) | |
Bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b3d178b..c5cefd2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 cache: 'npm' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbb910c..aaeffbb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 - name: Install Dependencies |
