workflows: try to fix checkout problem
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 27s
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 27s
This commit is contained in:
parent
30f835657d
commit
9534370119
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
depoly:
|
depoly:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:20-bullseye
|
image: node:18-bullseye
|
||||||
name: Depoly blog
|
name: Depoly blog
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue