diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-20 18:30:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-20 18:30:35 +0000 |
| commit | 95bdd574034bd43d9f4d530e6ca3999544611fc1 (patch) | |
| tree | 288de65918f2b63f26d3cbf2d45dc5c551845118 | |
| parent | docs(cargo): bump version 0.2.2 -> 0.2.3 (diff) | |
| download | api-worker-origin/renovate/actions-checkout-6.x.tar.xz api-worker-origin/renovate/actions-checkout-6.x.zip | |
chore(deps): update actions/checkout action to v6origin/renovate/actions-checkout-6.x
| -rw-r--r-- | .github/workflows/check.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 533a061..4aa24bc 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛒 - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Toolchain 🧰 uses: actions-rs/toolchain@v1 |