]> Piment Noir Git Repositories - benchmarks-js.git/commitdiff
build(deps): Bump actions/checkout from 4 to 5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 12 Aug 2025 10:04:55 +0000 (10:04 +0000)
committerGitHub <noreply@github.com>
Tue, 12 Aug 2025 10:04:55 +0000 (10:04 +0000)
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] <support@github.com>
.github/workflows/autofix.yml

index deb4b81357f47de54b16dcbf9c4b90e4ad84174c..908322540b9edfb4ce780da2892eb721a8a013db 100644 (file)
@@ -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: