Skip to content

Commit

Permalink
Merge pull request #184 from xt0rted/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4.0.2

Bump actions/setup-node from 4.0.1 to 4.0.2
  • Loading branch information
xt0rted authored Feb 18, 2024
2 parents 6ce9bc8 + e94eaae commit 10b3621
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 @@ -37,7 +37,7 @@ jobs:
uses: actions/[email protected]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ matrix.node }}
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit 10b3621

Please sign in to comment.