Update actions/setup-node action to v4

This commit is contained in:
renovate[bot]
2023-11-09 20:07:39 +00:00
committed by GitHub
parent 5a291b553e
commit 1084ee8d94
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup node environment
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 20
check-latest: true