From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 01:01:35 +0000 (+0000) Subject: chore(deps): update actions/checkout action to v6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e869e13f3d4aa53b1dd8bf75f2c24944ea9195a3;p=benchmarks-js.git chore(deps): update actions/checkout action to v6 --- diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 62d091f..39c122e 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -10,7 +10,7 @@ jobs: autofix: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v6 with: