From 30c6844f7c9fd9e2bf7920780d0aa368a2b98c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 03:47:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20tiangolo/latest-changes=20fr?= =?UTF-8?q?om=200.4.1=20to=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tiangolo/latest-changes](https://github.com/tiangolo/latest-changes) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/tiangolo/latest-changes/releases) - [Commits](https://github.com/tiangolo/latest-changes/compare/c9d329cb147f0ddf4fb631214e3f838ff17ccbbd...eb3f6e7ff0073896ecb561e774a121de9418fa06) --- updated-dependencies: - dependency-name: tiangolo/latest-changes dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/latest-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 5424ca2..fcff649 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -30,7 +30,7 @@ jobs: with: # To allow latest-changes to commit to the main branch token: ${{ secrets.LATEST_CHANGES }} - - uses: tiangolo/latest-changes@c9d329cb147f0ddf4fb631214e3f838ff17ccbbd # 0.4.1 + - uses: tiangolo/latest-changes@eb3f6e7ff0073896ecb561e774a121de9418fa06 # 0.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} latest_changes_file: ./release-notes.md