From a14ef81d991cb748cb7d1d35c594a6b056733fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 20:50:27 +0200 Subject: [PATCH] Chore(deps): Bump actions/checkout from 4 to 5 (#2541) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto-release-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release-nightly.yml b/.github/workflows/auto-release-nightly.yml index a6d5cf9a..1c2b0789 100644 --- a/.github/workflows/auto-release-nightly.yml +++ b/.github/workflows/auto-release-nightly.yml @@ -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 -- 2.34.1