Chore(deps): Bump actions/checkout from 4 to 5 (#2535)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 22 Oct 2025 17:45:01 +0000 (19:45 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Oct 2025 17:45:01 +0000 (19:45 +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-merge-dependency-updates.yml

index f189d09b9b4d504e4163d0cdcd2e3dcfbbffd463..7949e2fbaa4721747b6a4d53c0bf3400e8acb44c 100644 (file)
@@ -64,7 +64,7 @@ jobs:
       # IMPORTANT: Checkout the PR's head to validate file changes
       # This is required for the git commands in security check 5
       - name: Checkout PR branch
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 2