diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-24 00:05:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-24 00:05:02 -0500 |
| commit | debf465a50129d527aada9ac169e31accad126dd (patch) | |
| tree | 453de76cb4519c2b271b52053421c367a8e77a10 /.github | |
| parent | 7ad1b7c380ba5607035149c95ac69fbd403e2bd8 (diff) | |
| download | submelon.dev-debf465a50129d527aada9ac169e31accad126dd.tar.gz submelon.dev-debf465a50129d527aada9ac169e31accad126dd.tar.bz2 submelon.dev-debf465a50129d527aada9ac169e31accad126dd.zip | |
build(deps): bump actions/setup-node from 3 to 4 (#332)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-node
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>
Diffstat (limited to '.github')
| -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 56f4d5a..6444bda 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@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 90ed845..e00b79c 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@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' |
