diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-04 10:46:36 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-09-04 10:47:16 +0000 |
commit | 28421e79dc0d4e0669673a9bd3d70fe755f311cf (patch) | |
tree | ad4c8a1de5c8193693bd7ee910640bad336a9414 /.github/workflows/build.yaml | |
parent | Bump actions/upload-pages-artifact from 3 to 4 in the gha-deps group (diff) | |
download | zorascript-28421e79dc0d4e0669673a9bd3d70fe755f311cf.tar zorascript-28421e79dc0d4e0669673a9bd3d70fe755f311cf.tar.gz zorascript-28421e79dc0d4e0669673a9bd3d70fe755f311cf.tar.bz2 zorascript-28421e79dc0d4e0669673a9bd3d70fe755f311cf.tar.lz zorascript-28421e79dc0d4e0669673a9bd3d70fe755f311cf.tar.xz zorascript-28421e79dc0d4e0669673a9bd3d70fe755f311cf.tar.zst zorascript-28421e79dc0d4e0669673a9bd3d70fe755f311cf.zip |
Bump actions/setup-node from 4 to 5 in the gha-deps group
Bumps the gha-deps group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).
Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: gha-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/build.yaml')
-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 38368dd..80a793f 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@v4 + uses: actions/setup-node@v5 with: node-version: 18 cache: pnpm |