fix: Remove duplicate checkout step

This commit is contained in:
Ginger 2025-09-08 10:20:33 -04:00
commit ede03e30a7
No known key found for this signature in database

View file

@ -35,11 +35,6 @@ jobs:
with:
fetch-depth: 0
- name: Checkout repository with full history
uses: https://code.forgejo.org/actions/checkout@v4
with:
fetch-depth: 0
- name: Cache Cargo registry
uses: https://code.forgejo.org/actions/cache@v4
with: