Skip to content

Commit 5ae66c7

Browse files
Update actions/setup-node action to v4.3.0
1 parent 8001c33 commit 5ae66c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4.2.2
2323
- name: Set up Node
24-
uses: actions/setup-node@v4.2.0
24+
uses: actions/setup-node@v4.3.0
2525
with:
2626
node-version: 20
2727
- name: Build project with NPM

0 commit comments

Comments
 (0)