diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 81790aa..ffce9d8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: "https://gitea.com/actions/checkout@v5" + uses: actions/checkout@v5 - name: Make bundled linux binaries executable (if present) run: | diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 27377e9..ded232c 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: "https://gitea.com/actions/checkout@v5" + uses: actions/checkout@v5 - name: Create venv and install project run: |