CI: Switch rustfmt to checkout v4 too

Forgot about this. But might as well test rust cache performance.
This commit is contained in:
Ivan Molodetskikh
2023-09-06 17:20:19 +04:00
parent 75c75c93e1
commit a75b0dcb6f
+3 -1
View File
@@ -81,7 +81,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
show-progress: false
- name: Install Rust
run: |