From b24bcf3f9d741c60a9c0b266159f18a85ae4120e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:36:57 +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 9.0.0 to 10.0.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v9.0.0...v10.0.1) Updates `EndBug/add-and-commit` from 10.0.0 to 11.1.1 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v10.0.0...v11.1.1) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: EndBug/add-and-commit dependency-version: 11.1.1 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 7e078cc..a3d1ea4 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@v9.0.0 + uses: astral-sh/setup-uv@v10.0.1 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@v10.0.0 + uses: EndBug/add-and-commit@v11.1.1 with: author_name: github-actions[bot] author_email: 41898282+github-actions[bot]@users.noreply.github.com