Skip to content

Commit 34cdfae

Browse files
committed
ci: update runner to silence node deprecation warning
1 parent f66cd67 commit 34cdfae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
check:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- uses: dtolnay/rust-toolchain@stable
1111
- run: cargo clippy -- -D warnings
1212
- run: cargo test

0 commit comments

Comments
 (0)