diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-14 04:15:04 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-10-14 04:15:44 +0000 |
commit | a087457fa821eec34ee67804710ad62f14d27152 (patch) | |
tree | 55b3e7d57523064ba445778132a1c5f3ea6e18b1 | |
parent | Bump the npm_and_yarn group across 1 directory with 2 updates (diff) | |
download | zorascript-a087457fa821eec34ee67804710ad62f14d27152.tar zorascript-a087457fa821eec34ee67804710ad62f14d27152.tar.gz zorascript-a087457fa821eec34ee67804710ad62f14d27152.tar.bz2 zorascript-a087457fa821eec34ee67804710ad62f14d27152.tar.lz zorascript-a087457fa821eec34ee67804710ad62f14d27152.tar.xz zorascript-a087457fa821eec34ee67804710ad62f14d27152.tar.zst zorascript-a087457fa821eec34ee67804710ad62f14d27152.zip |
Bumps the gha-deps group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).
Updates `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
dependency-group: gha-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 80a793f..709275e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: with: version: 9 - name: Install Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 18 cache: pnpm |