From 0cfd8039fef296c6a27561990a87d84043d47ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:08:10 +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 34bc93332c..11b2861627 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -24,9 +24,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.TYPER_LATEST_CHANGES }} From 90556ac6d3a67df459d0365865ed13f66299c885 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Tue, 25 Nov 2025 11:18:40 +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 11b2861627..5e38f7ba65 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -24,8 +24,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