ci: update checkout to v3

This commit is contained in:
steven-omaha
2023-05-18 20:08:39 +02:00
parent 0b2187d444
commit 85de801e59
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
run: pacman -Syu git rust clang gcc libarchive pkgconf --noconfirm --needed run: pacman -Syu git rust clang gcc libarchive pkgconf --noconfirm --needed
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Format - name: Format
run: cargo fmt -- --check run: cargo fmt -- --check