From ded151c5156b537d7874961f05e004ca9bf0cf00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:29:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20tiangolo/latest-changes=20in?= =?UTF-8?q?=20the=20github-actions=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the github-actions group with 1 update: [tiangolo/latest-changes](https://github.com/tiangolo/latest-changes). Updates `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 dependency-group: github-actions ... 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 aaf7959..a27d867 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -30,7 +30,7 @@ jobs: # To allow latest-changes to commit to the main branch token: ${{ secrets.FASTAPI_VSCODE_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env] persist-credentials: true # required by tiangolo/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: CHANGELOG.md