From a296b509ae7fbb7e1106f952256905f7ae479cad Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 27 Jul 2025 17:46:56 +0200 Subject: [PATCH] typo in name for checkout action --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e48348e..1f77dfb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest-slim steps: - name: Check out repository - uses: actions:checkout@v4 + uses: actions/checkout@v4 - run: wget http://localhost:8081/repository/ziglang.org/download/0.14.1/zig-x86_64-linux-0.14.1.tar.xz - run: tar xfv zig-x86_64-linux-0.14.1.tar.xz - run: mv zig-x86_64-linux-0.14.1/zig .zig