From 94c41bd6fb9085e6a011b89bb418b2e5b01259dd Mon Sep 17 00:00:00 2001 From: Martin Kudlacek Date: Thu, 13 Nov 2025 08:36:00 +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 66b05ab..f5c9488 100644 --- a/.gitea/workflows/hello.yml +++ b/.gitea/workflows/hello.yml @@ -9,7 +9,7 @@ jobs: runs-on: docker steps: - name: Checkout - uses: https://gitea.com/actions/checkout@v44 + uses: https://gitea.com/actions/checkout@v4 - name: Say Hello run: echo "Hello, world from Gitea Actions!"