Skip to content

Commit

Permalink
Merge pull request #124 from INCF/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
Remi-Gau authored Nov 6, 2023
2 parents 25826da + 5494210 commit 90efb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "12.x"

Expand Down

0 comments on commit 90efb0f

Please sign in to comment.