diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 89e2fd5..ef9ad9c 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -10,7 +10,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: https://github.com/oxsecurity/megalinter/flavors/cupcake@v8.7.0 + - uses: https://github.com/oxsecurity/megalinter@v8 + env: + MEGALINTER_FLAVOR: cupcake - uses: https://github.com/wackbyte/rust-toolchain@trunk with: