Skip to content

Commit

Permalink
Merge pull request #478 from Checkmarx/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4.0.2

Bump actions/setup-node from 4.0.1 to 4.0.2
  • Loading branch information
pedrompflopes authored Feb 7, 2024
2 parents 8fbe6c6 + 6d95052 commit a5a175d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 14
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit a5a175d

Please sign in to comment.