From 62e3ae0b52a133439d67c129956975ce505c0777 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Wed, 28 May 2025 10:17:10 +0200 Subject: [PATCH] ? --- .forgejo/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index ef9ad9c..46ca4f4 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -8,11 +8,12 @@ jobs: name: cargo test runs-on: docker steps: - - uses: actions/checkout@v4 + - uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://github.com/oxsecurity/megalinter@v8 env: MEGALINTER_FLAVOR: cupcake + GITHUB_SERVER_URL: https://forgejo.wizeazz.nl - uses: https://github.com/wackbyte/rust-toolchain@trunk with: