From fe765f56bc571049a42b81720e4af605b0800b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:12:59 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=20Bump=20actions/checkout=20from?= =?UTF-8?q?=205=20to=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/latest-changes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 9252056ce3..8090956c79 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -26,9 +26,9 @@ jobs: env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - # pin to actions/checkout@v5 for compatibility with latest-changes + # pin to actions/checkout@v6 for compatibility with latest-changes # Ref: https://github.com/actions/checkout/issues/2313 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # To allow latest-changes to commit to the main branch token: ${{ secrets.LATEST_CHANGES }} From b2cbb3e0dda03c4d38bdc81e1d88b46630264304 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Tue, 25 Nov 2025 11:24:35 +0100 Subject: [PATCH 2/2] Remove comment --- .github/workflows/latest-changes.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 8090956c79..1f6cde6deb 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -26,8 +26,6 @@ jobs: env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - # pin to actions/checkout@v6 for compatibility with latest-changes - # Ref: https://github.com/actions/checkout/issues/2313 - uses: actions/checkout@v6 with: # To allow latest-changes to commit to the main branch