diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8038f0..26b70f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: run: echo "BUILD_TYPE=debug" >> $GITHUB_ENV # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: https://code.forgejo.org/actions/checkout@v2 name: Checkout Files - name: Download Godot