Skip to content

Commit 48d2d70

Browse files
authored
ci(action): update actions/setup-node action to v5
1 parent 207d13b commit 48d2d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/security/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
check-latest: true
1414
- name: Setup NodeJS if package.json exists
1515
if: ${{ hashFiles('package.json') != '' }}
16-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
16+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1717
with:
1818
node-version-file: package.json
1919
- if: ${{ hashFiles('package.json') != '' }}

0 commit comments

Comments
 (0)