@hej / sigit / commits / b458f4b

Update checkout action to v6 in CI workflow

paydii committed Apr 24, 2026 at 08:53 UTC b458f4bdd6cd4f182bcf9d30eaefeeb8e0673182
1 file changed +1 -1
.github/workflows/ci.yml
+1 -1
@@ -27,7 +27,7 @@ jobs:
27
28 steps:
29 - name: Checkout
30 - uses: actions/checkout@v4
30 + uses: actions/checkout@v6
31
32 - name: Install Rust toolchain
33 uses: dtolnay/rust-toolchain@stable