Switch to checkout@v4
This commit is contained in:
parent
da24ee64d5
commit
6dc5d7dec1
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout main docs repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Docusaurus
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -17,14 +17,14 @@ jobs:
|
|||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
# cache: yarn
|
||||
|
||||
|
||||
# https://github.com/actions/setup-node/issues/490
|
||||
- name: Repair NPM # Update to latest npm and yarn
|
||||
run: "npm install -g npm yarn"
|
||||
|
|
|
|||
Loading…
Reference in New Issue