3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-17 19:17:45 +00:00

chore(deps): update actions/setup-node action to v3.8.0 (#1455)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-14 13:22:55 +00:00 committed by GitHub
parent 1144bc6587
commit 24e2a6fb86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Use Node.js 16.x
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.0
with:
cache: 'yarn'
node-version: '16.x'