Update actions/checkout action to v6

This commit is contained in:
2025-11-21 01:53:48 +00:00
parent b1a5f47b05
commit 2fe191f2a3
3 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ jobs:
name: Run Rust benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: rustup toolchain update nightly && rustup default nightly
- name: Run benchmark
run: cargo +nightly bench --features decimal,metadata,serde,debugging | tee output.txt