mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
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'
|
- '14.x'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# https://github.com/peaceiris/actions-hugo (community action)
|
# https://github.com/peaceiris/actions-hugo (community action)
|
||||||
- name: Run Hugo ${{ matrix.hugo }}
|
- name: Run Hugo ${{ matrix.hugo }}
|
||||||
|
|
Loading…
Reference in a new issue