From 136294050734f1d8af08f6098f2d56b1bb904eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:12: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 08ee8cf603..82f7959d79 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -20,9 +20,9 @@ jobs: latest-changes: runs-on: ubuntu-latest steps: - # 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.SQLMODEL_LATEST_CHANGES }} From 5254c8b33cea9266dea1dee614eea845fe012e66 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Tue, 25 Nov 2025 11:22:31 +0100 Subject: [PATCH 2/2] Remove comment - issue was fixed --- .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 82f7959d79..bdfaa4b2ad 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -20,8 +20,6 @@ jobs: latest-changes: runs-on: ubuntu-latest steps: - # 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