3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-29 23:30:26 +00:00

chore(deps): update actions/setup-node action to v4.2.0 (#2411)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-27 06:58:53 +00:00 committed by GitHub
parent eec6665cfd
commit 3b3041225b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Use Node.js 20.x
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
cache: 'yarn'
node-version: '20.x'