Skip to content

Commit

Permalink
Merge pull request #784 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-c2de478214

Bump actions/setup-node from 4.1.0 to 4.2.0 in the github-actions group
  • Loading branch information
dependamerge[bot] authored Jan 27, 2025
2 parents b910d54 + 3d03798 commit 10ec139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Install Node
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: 16

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Install Node
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 10ec139

Please sign in to comment.