From 720e9c221a6c0eb37de22c4997ab244281897aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:30:44 +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 c696419..598a7e1 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.FASTAPI_NEW_LATEST_CHANGES }} From 8e603c0ebab6f7071c887c9064a77e9996a26eb3 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Tue, 25 Nov 2025 21:44:33 +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 598a7e1..ae22e73 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