From 99a3ad8784dc561c4e0001eefbde1dd51b1b64fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:40:53 +0000 Subject: [PATCH] Bump the github-actions group across 2 directories with 2 updates Bumps the github-actions group with 2 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [crate-ci/typos](https://github.com/crate-ci/typos). Bumps the github-actions group with 1 update in the /template/.github/workflows directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v8.0.0...v8.1.0) Updates `crate-ci/typos` from 1.44.0 to 1.46.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.44.0...v1.46.0) Updates `astral-sh/setup-uv` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: crate-ci/typos dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test-template.yml | 4 ++-- .github/workflows/typos.yml | 2 +- template/.github/workflows/deploy-docs.yaml | 2 +- template/.github/workflows/main.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index b8862aa..5d7cf60 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - - uses: astral-sh/setup-uv@v8.0.0 + - uses: astral-sh/setup-uv@v8.1.0 with: python-version: ${{ matrix.python-version }} - run: uv sync --group test @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - - uses: astral-sh/setup-uv@v8.0.0 + - uses: astral-sh/setup-uv@v8.1.0 with: python-version: ${{ matrix.python-version }} - name: Install just diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index ee44671..d4292a9 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -24,4 +24,4 @@ jobs: # https://github.com/crate-ci/typos - name: Run typos on repo - uses: crate-ci/typos@v1.44.0 + uses: crate-ci/typos@v1.46.0 diff --git a/template/.github/workflows/deploy-docs.yaml b/template/.github/workflows/deploy-docs.yaml index 2d5b417..f686bf1 100644 --- a/template/.github/workflows/deploy-docs.yaml +++ b/template/.github/workflows/deploy-docs.yaml @@ -37,7 +37,7 @@ jobs: # https://github.com/astral-sh/setup-uv - name: Install uv - uses: astral-sh/setup-uv@v8.0.0 + uses: astral-sh/setup-uv@v8.1.0 with: python-version: ${{ matrix.pyversion }} enable-cache: true diff --git a/template/.github/workflows/main.yaml b/template/.github/workflows/main.yaml index 50caa58..a5ce87d 100644 --- a/template/.github/workflows/main.yaml +++ b/template/.github/workflows/main.yaml @@ -32,7 +32,7 @@ jobs: # https://github.com/astral-sh/setup-uv - name: Install uv - uses: astral-sh/setup-uv@v8.0.0 + uses: astral-sh/setup-uv@v8.1.0 with: python-version: ${{ matrix.python-version }} enable-cache: true