mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
ci: Update workflow
This commit is contained in:
parent
e1a8db1b2d
commit
7ad7368e60
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy-to-vps.yaml
vendored
6
.github/workflows/deploy-to-vps.yaml
vendored
|
@ -21,10 +21,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: "latest"
|
||||
hugo-version: "0.122.0"
|
||||
extended: true
|
||||
|
||||
- name: Cache Hugo modules
|
||||
|
|
Loading…
Reference in a new issue