Skip to content

Commit c8389be

Browse files
authored
ci/cd: bump actions/checkout (#2187)
ci/cd: bump actions/checkout
1 parent 41295ec commit c8389be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: dtolnay/rust-toolchain@stable
2121
- name: Version information
2222
run: rustc --version; cargo --version
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Generate docs
2525
run: cargo doc --all-features --no-deps
2626
- name: Create index.html

.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)