Skip to content

Commit

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

Bump actions/setup-node from 4.0.3 to 4.0.4 in the github-actions group
  • Loading branch information
dependamerge[bot] authored Sep 23, 2024
2 parents 6f558be + 4373e48 commit c9b3860
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.1.7

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

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

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

Expand Down

0 comments on commit c9b3860

Please sign in to comment.