Prefer gitea.com-hosted actions where available

Some of the newer versions of the github.com versions aren't compatible
with gitea's fork of act_runner.
This commit is contained in:
2023-09-20 18:45:08 -07:00
parent 3f42a08bcb
commit 89e37e2258
2 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ jobs:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: https://gitea.com/actions/checkout@v3
- uses: https://github.com/actions-rs/toolchain@v1
with:
toolchain: stable