diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-06 07:41:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-06 07:41:39 -0400 |
| commit | fe551cf8ac2f6baa175569b6c1179cc7656f9b63 (patch) | |
| tree | 53f392fdd60bb9825af514c83b82e63baba1bb6a | |
| parent | 79061746510ef45abb5b1a74fb69ee7bb8b13f54 (diff) | |
| download | submelon.dev-fe551cf8ac2f6baa175569b6c1179cc7656f9b63.tar.gz submelon.dev-fe551cf8ac2f6baa175569b6c1179cc7656f9b63.tar.bz2 submelon.dev-fe551cf8ac2f6baa175569b6c1179cc7656f9b63.zip | |
build(deps): bump actions/setup-node from 4 to 5 (#393)
Bumps [actions/setup-node](https://github.com/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
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pull_requests.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 922e2e4..dd5b572 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: include: 'config.json' - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} cache: 'yarn' diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 3a17640..aa1e931 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -21,7 +21,7 @@ jobs: githubToken: ${{ secrets.GITHUB_TOKEN }} pattern: public/ - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} cache: 'yarn' |
