diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-01-30 17:16:24 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-01-30 17:16:24 +0300 |
| commit | 6a46fe98258f471311810c214bdd07fbc557c1ac (patch) | |
| tree | f2de0f39f55891cab7f7ccd8f842f7b384ce7492 | |
| parent | 7818a7ef3fa5f09e40cdfb6cd70f0dd98a2bae9d (diff) | |
| download | fparkan-6a46fe98258f471311810c214bdd07fbc557c1ac.tar.xz fparkan-6a46fe98258f471311810c214bdd07fbc557c1ac.zip | |
chore(deps): update actions/checkout action to v6renovate/actions-checkout-6.x
| -rw-r--r-- | .gitea/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index bd61616..56f08ce 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: cargo test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable - run: cargo check --all - run: cargo test --all-features |
