diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-01-16 10:21:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 10:21:32 +0100 |
| commit | 279e098168edfe3e172e97a7340a057655aa3d2b (patch) | |
| tree | 886e401d1fbde7045e043f5b32a54e03cc0b390f /.github | |
| parent | c4f1b216d1a76a145107b7c563900d7222554f33 (diff) | |
[upd] github-actions: Bump actions/setup-node from 6.1.0 to 6.2.0 (#5664)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/395ad3262231945c25e8478fd5baf05154b1d79f...6044e13b5dc448c55e2357c09f80417699197238)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0334b83a6..2fe4219fe 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -72,7 +72,7 @@ jobs: persist-credentials: "false" - name: Setup Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: "./.nvmrc" |
