From 79f5c86cc52c493ac5ef2493a4d02283e198a0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:12:51 +0000 Subject: [PATCH] Bump actions/setup-node from 4 to 5 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] --- .github/workflows/solana-native.yml | 2 +- .github/workflows/steel.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/solana-native.yml b/.github/workflows/solana-native.yml index df3c66e49..a931834f2 100644 --- a/.github/workflows/solana-native.yml +++ b/.github/workflows/solana-native.yml @@ -104,7 +104,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 'lts/*' check-latest: true diff --git a/.github/workflows/steel.yml b/.github/workflows/steel.yml index 1ed61bcfa..d5621f648 100644 --- a/.github/workflows/steel.yml +++ b/.github/workflows/steel.yml @@ -157,7 +157,7 @@ jobs: workflow: - added|modified: '.github/workflows/solana-native.yml' - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 'lts/*' check-latest: true