diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 54584a2..09e6ee8 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -8,7 +8,7 @@ on: jobs: Build: steps: - - uses: https://github.com/actions/checkout@v3 + - uses: https://github.com/actions/checkout@main - uses: https://github.com/dtolnay/rust-toolchain@stable