From 6ead03d215cc45ae752d0115379562b525fc08e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 05:33:59 +0000 Subject: [PATCH] chore(deps): bump the default group across 1 directory with 3 updates Bumps the default group with 3 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/setup-go](https://github.com/actions/setup-go) and [EndBug/add-and-commit](https://github.com/endbug/add-and-commit). Updates `astral-sh/setup-uv` from 8.3.0 to 10.0.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v8.3.0...v10.0.1) Updates `actions/setup-go` from 6 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) Updates `EndBug/add-and-commit` from 10 to 11 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v10...v11) --- 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: default - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: default - dependency-name: EndBug/add-and-commit dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major dependency-group: default ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- .github/workflows/update.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ce321b6..b4daba2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: - test steps: - uses: actions/checkout@v7 - - uses: astral-sh/setup-uv@v8.3.0 + - uses: astral-sh/setup-uv@v10.0.1 - name: Build packages run: uv build diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3605332..8a29cbb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,12 +22,12 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: astral-sh/setup-uv@v8.3.0 + - uses: astral-sh/setup-uv@v10.0.1 - name: Test on ${{ matrix.os }} with python ${{ matrix.python-version }} run: uv run --python ${{ matrix.python-version }} --managed-python pytest - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: stable diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 7cbf9c9..8821cdc 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: astral-sh/setup-uv@v8.3.0 + - uses: astral-sh/setup-uv@v10.0.1 - name: Update static files run: uv run embed.py - - uses: EndBug/add-and-commit@v10 + - uses: EndBug/add-and-commit@v11 with: default_author: github_actions message: "chore: update static files"