ci: update checkout to v3

This commit is contained in:
Antoine Martin 2022-12-06 01:22:17 +01:00
parent 008fb72a98
commit 6c64f744f7

View file

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