mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-10 17:28:29 +00:00
CI: Upgrade GitHub Actions
* Bump actions/checkout@v3 to v4 * Bump actions/setup-node@v3 to v4 * Bump peaceiris/actions-hugo@v2 to v3
This commit is contained in:
parent
e9959c2118
commit
f3196ea0aa
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci-test.yml
vendored
8
.github/workflows/ci-test.yml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
|||
- '20.x'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
|
@ -47,11 +47,11 @@ jobs:
|
|||
fail-fast: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# https://github.com/peaceiris/actions-hugo (community action)
|
||||
- name: Run Hugo ${{ matrix.hugo }}
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: ${{ matrix.hugo }}
|
||||
# extended: true
|
||||
|
|
Loading…
Reference in a new issue