From bb110893fb38b9a2b674bbfeb5c93383850742af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:58:45 +0000 Subject: [PATCH] chore: bump astral-sh/setup-uv from 9.0.0 to 10.0.1 Bumps [astral-sh/setup-uv](https://github.com/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/c771a70e6277c0a99b617c7a806ffedaca235ff9...20cfd1bf945f4377ade1205e4dbc17946fc9a30d) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/command-ref.yaml | 2 +- .github/workflows/deps.yaml | 2 +- .github/workflows/functional-full.yaml | 2 +- .github/workflows/functional-limited.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/unit.yaml | 2 +- .github/workflows/uvx.yaml | 2 +- .github/workflows/zizmor.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/command-ref.yaml b/.github/workflows/command-ref.yaml index bdc6830..7795f44 100644 --- a/.github/workflows/command-ref.yaml +++ b/.github/workflows/command-ref.yaml @@ -16,6 +16,6 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Check the command reference run: uvx --from rust-just@1.58.0 just command-ref diff --git a/.github/workflows/deps.yaml b/.github/workflows/deps.yaml index 356e622..3707a16 100644 --- a/.github/workflows/deps.yaml +++ b/.github/workflows/deps.yaml @@ -16,6 +16,6 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Check uv.lock run: uv lock --check diff --git a/.github/workflows/functional-full.yaml b/.github/workflows/functional-full.yaml index da888f7..ee5989c 100644 --- a/.github/workflows/functional-full.yaml +++ b/.github/workflows/functional-full.yaml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Run functional tests env: UV_PYTHON: ${{ matrix.python-version }} diff --git a/.github/workflows/functional-limited.yaml b/.github/workflows/functional-limited.yaml index 1854b99..925b300 100644 --- a/.github/workflows/functional-limited.yaml +++ b/.github/workflows/functional-limited.yaml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Run functional tests env: UV_PYTHON: '3.10' diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ef1c37c..bb8603c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,6 +16,6 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Lint the code run: uvx --from rust-just@1.58.0 just lint diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2b62eca..1e83103 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: false # Avoid cache poisoning when publishing. - name: Build package diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 38562a0..3e720f3 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Run unit tests env: UV_PYTHON: ${{ matrix.python-version }} diff --git a/.github/workflows/uvx.yaml b/.github/workflows/uvx.yaml index e085384..acb0402 100644 --- a/.github/workflows/uvx.yaml +++ b/.github/workflows/uvx.yaml @@ -16,7 +16,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Run gimmegit run: | set -x diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 2169375..90193fa 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Run zizmor run: uv run zizmor --format=sarif . > workflows.sarif env: