From f7eb22f6ff2581ba9271a93bfdb91523304ad750 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 15 Aug 2023 10:28:35 +0200 Subject: [PATCH] .gitea/workflows/test.yaml aktualisiert --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 97432e1..0d52b03 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: https://github.com/actions/checkout@v3 - name: Build run: cargo build \ No newline at end of file