Skip to content

Commit

Permalink
Merge pull request #202 from jenkinsci/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
sephiroth-j authored Dec 25, 2023
2 parents 2b30899 + c65a343 commit 31f7e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/Hydrogen'
- name: Cache Maven packages
Expand Down

0 comments on commit 31f7e3a

Please sign in to comment.