Skip to content

Commit

Permalink
Merge pull request #281 from bridgecrewio/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4.0.0

Bump actions/setup-node from 3.8.1 to 4.0.0
  • Loading branch information
gruebel authored Nov 9, 2023
2 parents 48d0c96 + b92d4f7 commit c58f49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3

- name: Set Node.js 16.x
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
with:
node-version: 16.x
cache: 'npm'
Expand Down

0 comments on commit c58f49a

Please sign in to comment.