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