ci: update checkout to v6

This commit is contained in:
Antoine Martin 2025-12-01 14:05:26 +01:00
parent e2fd5ad58b
commit d9c8d8155c

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- name: Format
run: cargo fmt --all -- --check
- name: Lint