From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:04:55 +0000 (+0000) Subject: build(deps): Bump actions/checkout from 4 to 5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2b25bb88f807992b71540cce096a2444b009f994;p=benchmarks-js.git build(deps): Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index deb4b81..9083225 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@v4 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: