Skip to content

Commit

Permalink
Merge pull request #1048 from OWASP/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
commjoen authored Oct 25, 2023
2 parents 09996be + 2773d33 commit 627bfe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
fetch-depth: 0
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.9"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
Expand Down

0 comments on commit 627bfe3

Please sign in to comment.