Skip to content

Commit 9cc50b7

Browse files
Merge pull request #795 from xt0rted/dependabot/github_actions/github-actions-b7ced825bf
Bump actions/setup-node from 4.2.0 to 4.3.0 in the github-actions group
2 parents bd735f1 + 40eebfc commit 9cc50b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4.2.2
2323

2424
- name: Install Node
25-
uses: actions/setup-node@v4.2.0
25+
uses: actions/setup-node@v4.3.0
2626
with:
2727
node-version: 16
2828

@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v4.2.2
5555

5656
- name: Install Node
57-
uses: actions/setup-node@v4.2.0
57+
uses: actions/setup-node@v4.3.0
5858
with:
5959
node-version: ${{ matrix.node }}
6060

0 commit comments

Comments
 (0)