Merge pull request #4970 from jellyfin/renovate/actions-setup-node-4.x

Update actions/setup-node action to v4
This commit is contained in:
Bill Thornton
2023-11-09 15:25:49 -05:00
committed by GitHub
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