Skip to content

Commit 3d7f494

Browse files
authored
1 parent 41295ec commit 3d7f494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
pacman --noconfirm --noprogressbar -Syu base-devel clang git libpipewire libpulse lm_sensors notmuch openssl rsync
3131
git config --global --add safe.directory "$GITHUB_WORKSPACE"
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: dtolnay/rust-toolchain@stable
3434
with:
3535
components: clippy, rustfmt

0 commit comments

Comments
 (0)