CI: Upgrade GitHub Actions
Some checks failed
Test / lint (20.x) (push) Failing after 1m30s
Test / test-hugo (0.54.0) (push) Failing after 4s
Test / test-hugo (0.58.2) (push) Failing after 4s
Test / test-hugo (0.59.1) (push) Failing after 3s
Test / test-hugo (0.60.1) (push) Failing after 3s
Test / test-hugo (0.76.5) (push) Failing after 3s
Test / test-hugo (0.86.1) (push) Failing after 4s
Test / test-hugo (0.93.3) (push) Failing after 3s
Test / test-hugo (latest) (push) Failing after 3s
Some checks failed
Test / lint (20.x) (push) Failing after 1m30s
Test / test-hugo (0.54.0) (push) Failing after 4s
Test / test-hugo (0.58.2) (push) Failing after 4s
Test / test-hugo (0.59.1) (push) Failing after 3s
Test / test-hugo (0.60.1) (push) Failing after 3s
Test / test-hugo (0.76.5) (push) Failing after 3s
Test / test-hugo (0.86.1) (push) Failing after 4s
Test / test-hugo (0.93.3) (push) Failing after 3s
Test / test-hugo (latest) (push) Failing after 3s
* 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