Skip to content

Commit bb417e6

Browse files
dependabot[bot]KaiSchwarz-cnic
authored andcommitted
chore(deps): bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@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>
1 parent 29ce4aa commit bb417e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: ${{ vars.RTLDEV_MW_CI_JAVA_VERSION }}
2727
distribution: ${{ vars.RTLDEV_MW_CI_JAVA_DISTRO }}
2828
- name: Setup NodeJS ${{ vars.RTLDEV_MW_CI_NODE_VERSION }}
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: ${{ vars.RTLDEV_MW_CI_NODE_VERSION }}
3232
check-latest: true

0 commit comments

Comments
 (0)