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

@@ -13,7 +13,7 @@ jobs:
feature_powerset:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable