Update actions/checkout action to v4
Some checks failed
Node.js CI / test (15.x) (pull_request) Failing after 1m48s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 21s
CodeQL / Analyze (javascript) (pull_request) Failing after 1m1s
Some checks failed
Node.js CI / test (15.x) (pull_request) Failing after 1m48s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 21s
CodeQL / Analyze (javascript) (pull_request) Failing after 1m1s
This commit is contained in:
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -32,10 +32,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
if: ${{ github.event_name != 'pull_request_target' }}
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Checkout PR
|
||||
if: ${{ github.event_name == 'pull_request_target' }}
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
Reference in New Issue
Block a user