CI: upgrade checkout and setup-node actions
* actions/checkout@v2 -> actions/checkout@v3 * actions/setup-node@v1 -> actions/setup-node@v3
This commit is contained in:
parent
6626accdc0
commit
621ca48e95
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci-test.yml
vendored
6
.github/workflows/ci-test.yml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
|||
- '14.x'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
fail-fast: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# https://github.com/peaceiris/actions-hugo (community action)
|
||||
- name: Run Hugo ${{ matrix.hugo }}
|
||||
|
|
Loading…
Reference in a new issue