From c66006ef3334230718813195807f3c104ef9a528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rudowicz?= Date: Mon, 17 Feb 2025 22:02:14 +0100 Subject: [PATCH] CI: other checkout --- .forgejo/workflows/build-jekyll.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-jekyll.yml b/.forgejo/workflows/build-jekyll.yml index aa1343a..a82644e 100644 --- a/.forgejo/workflows/build-jekyll.yml +++ b/.forgejo/workflows/build-jekyll.yml @@ -8,8 +8,7 @@ jobs: container: image: git.hswro.org/fleg/hswro_org:latest steps: - - uses: actions/checkout@v4 - with: + - uses: https://github.com/taiki-e/checkout-action@v1 - run: bundle exec jekyll build - uses: actions/upload-artifact@v3 with: