From f81912490a940a0075fb1063ab358649a926f468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:07:40 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [EndBug/add-and-commit](https://github.com/endbug/add-and-commit). Updates `astral-sh/setup-uv` from 7.3.1 to 8.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v7.3.1...v8.0.0) Updates `EndBug/add-and-commit` from 9.1.4 to 10.0.0 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9.1.4...v10.0.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: EndBug/add-and-commit dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/update_latest_release_info.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_latest_release_info.yml b/.github/workflows/update_latest_release_info.yml index 489629b..c8febec 100644 --- a/.github/workflows/update_latest_release_info.yml +++ b/.github/workflows/update_latest_release_info.yml @@ -35,7 +35,7 @@ jobs: python-version: 3.12 - name: Install uv - uses: astral-sh/setup-uv@v7.3.1 + uses: astral-sh/setup-uv@v8.0.0 with: version: "latest" @@ -48,7 +48,7 @@ jobs: - name: Commit changes if: ${{ !contains(fromJSON('["push", "pull_request"]'), github.event_name) }} - uses: EndBug/add-and-commit@v9.1.4 + uses: EndBug/add-and-commit@v10.0.0 with: author_name: github-actions[bot] author_email: 41898282+github-actions[bot]@users.noreply.github.com