We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41295ec commit 3d7f494Copy full SHA for 3d7f494
.github/workflows/pre-commit.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
pacman --noconfirm --noprogressbar -Syu base-devel clang git libpipewire libpulse lm_sensors notmuch openssl rsync
31
git config --global --add safe.directory "$GITHUB_WORKSPACE"
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
33
- uses: dtolnay/rust-toolchain@stable
34
with:
35
components: clippy, rustfmt
0 commit comments