From e803d2a4b10d40622eb3a2558adcc7bf59901d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:40:37 +0000 Subject: [PATCH] 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] --- .github/workflows/changelog-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog-ci.yml b/.github/workflows/changelog-ci.yml index 7c82f16cf64..82490d6dd19 100644 --- a/.github/workflows/changelog-ci.yml +++ b/.github/workflows/changelog-ci.yml @@ -25,7 +25,7 @@ jobs: # tool. Running from the base branch prevents us from picking up # malicious changes that might be in a PR. - name: Pull base branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: base ref: ${{ github.base_ref }} @@ -39,7 +39,7 @@ jobs: # All we do with it is inspect the changelog entries introduced, # if any. - name: Pull the PR - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: pr ref: ${{ github.head_ref }}