Skip to content

Commit

Permalink
Merge pull request #241 from netromdk/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

chore(deps): Bump actions/setup-node from 3 to 4
  • Loading branch information
netromdk committed Nov 24, 2023
2 parents 1616d26 + 63bc6b4 commit d6e1c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.10'

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.10'

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit d6e1c7d

Please sign in to comment.