nodejs-doctor - Bump actions/setup-node@v3.6.0 & actions/checkout@v3.5.3 (#4863)
Summary: This diff bumps `actions/setup-node@v3.6.0` & `actions/checkout@v3.5.3` ### Ref.: - `actions/checkout@v3.5.3` changelog: https://github.com/actions/checkout/releases/tag/v3.5.3 - `actions/setup-node@v3.6.0` changelog: https://github.com/actions/setup-node/releases/tag/v3.6.0 ## Changelog: [GENERAL] [SECURITY] - [Actions] `nodejs-doctor` - Bump `actions/setup-node@v3.6.0` & `actions/checkout@v3.5.3` Pull Request resolved: https://github.com/facebook/flipper/pull/4863 Test Plan: - Workflow should run and work as usual. Reviewed By: aigoncharov Differential Revision: D47755933 Pulled By: passy fbshipit-source-id: 16a8e5f74e8a5e3a95655348afe39bc4d96e902a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b0b772dcf5
commit
09ec77cd91
9
.github/workflows/nodejs-doctor.yml
vendored
9
.github/workflows/nodejs-doctor.yml
vendored
@@ -1,18 +1,15 @@
|
|||||||
name: Doctor Node CI
|
name: Doctor Node CI
|
||||||
|
# This action runs on 'git push' and PRs
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
doctor-directory: ./desktop/doctor
|
doctor-directory: ./desktop/doctor
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3.5.3
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v3.6.0
|
||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '18.x'
|
||||||
- name: install
|
- name: install
|
||||||
|
|||||||
Reference in New Issue
Block a user