Skip to content

Commit 62138f1

Browse files
committed
Fix actions/setup-node reference to use v4 tag instead of invalid commit SHA
1 parent 75a9c13 commit 62138f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
CUSTOM_GUIDELINES: ${{ inputs.custom_guidelines }}
5757

5858
- name: Setup Node.js
59-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3f3f432c # v4.1.0
59+
uses: actions/setup-node@v4
6060
with:
6161
node-version: "22"
6262

0 commit comments

Comments
 (0)