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:
@@ -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
|
||||
|
Reference in New Issue
Block a user