Skip to content

Commit 4a7ab94

Browse files
authored
Merge pull request #1796 from Mephistic/update-action
Update setup-node version
2 parents 4490059 + e64cec7 commit 4a7ab94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-repo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: Use Node.js ${{ inputs.node-version }}
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ inputs.node-version }}
1919
cache: "yarn"

0 commit comments

Comments
 (0)