Try to use Gitea's checkout action
Some checks failed
/ deploy (push) Failing after 28s

This commit is contained in:
Sergio Durigan Junior 2024-09-08 17:47:52 -04:00
parent e9b9ba8e3c
commit bb9b77331d
Signed by: sergiodj
GPG key ID: D0EB762865FC5E36

View file

@ -8,7 +8,7 @@ jobs:
runs-on: debian-testing-slim runs-on: debian-testing-slim
steps: steps:
- name: Clone repository - name: Clone repository
uses: actions/checkout@v3 uses: https://gitea.com/actions/checkout@v4
- name: Update system and install deps - name: Update system and install deps
env: env:
DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=noninteractive