Skip to content

Commit

Permalink
Merge pull request #474 from scalacenter/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
sjrd authored Dec 8, 2023
2 parents 635376a + 6d02916 commit 2d9cbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
java-version: "11"
distribution: "adopt"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.14.2
- name: Setup yarn
Expand Down

0 comments on commit 2d9cbce

Please sign in to comment.