Chore(deps): Bump actions/checkout from 4 to 5 (#2541)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 23 Oct 2025 18:50:27 +0000 (20:50 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 18:50:27 +0000 (20:50 +0200)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/auto-release-nightly.yml

index a6d5cf9a7041214fd3d5acceb5ce1b7cf9977a00..1c2b07891eefe7be990801dc0393dc7d7594cb69 100644 (file)
@@ -20,7 +20,7 @@ jobs:
       should_release: ${{ steps.check_commits.outputs.has_commits }}
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           fetch-depth: 0 # Fetch all history for proper comparison