Bump actions/checkout from 5 to 6 (#47)

This commit is contained in:
dependabot[bot]
2025-11-24 10:43:47 +01:00
committed by GitHub
parent 3f8bbe6fed
commit 6da68306fb
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
codedov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: taiki-e/install-action@cargo-llvm-cov
- run: cargo llvm-cov --all-features --lcov --output-path lcov.info
env: