depoly: downgrade checkout action
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 33s
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 33s
This commit is contained in:
parent
2829e047a8
commit
d50a130b99
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ jobs:
|
|||
depoly:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:20-bullseye
|
||||
image: node:18-bullseye
|
||||
name: Depoly blog
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true # Checkout private submodules(themes or something else).
|
||||
|
||||
|
|
Loading…
Reference in a new issue