From b27faa9861f73cb6bd4b81d1737b021908dfca18 Mon Sep 17 00:00:00 2001 From: Martin Kudlacek Date: Thu, 13 Nov 2025 08:34:49 +0100 Subject: [PATCH] WIP --- .gitea/workflows/hello.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hello.yml b/.gitea/workflows/hello.yml index 4ebbecc..66b05ab 100644 --- a/.gitea/workflows/hello.yml +++ b/.gitea/workflows/hello.yml @@ -9,7 +9,7 @@ jobs: runs-on: docker steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v44 - name: Say Hello run: echo "Hello, world from Gitea Actions!"