Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Commit 5068c81

Browse files
committed
build: update checkout action to v6
1 parent 3836c09 commit 5068c81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Repository
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Install Rust toolchain
2121
uses: dtolnay/rust-toolchain@nightly

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
#
2525

2626
- name: Checkout PR
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Set up cargo/rust
3030
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)