From 983ef6e8f288f1f30c9649313733ab7f314b5d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:11:57 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv in the actions-non-breaking group Bumps the actions-non-breaking group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 8.3.0 to 8.3.2 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/d31148d669074a8d0a63714ba94f3201e7020bc3...11f9893b081a58869d3b5fccaea48c9e9e46f990) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-non-breaking ... Signed-off-by: dependabot[bot] --- .github/workflows/python-app.yaml | 2 +- .github/workflows/workflow-quality.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yaml b/.github/workflows/python-app.yaml index 4768722b..3af31037 100644 --- a/.github/workflows/python-app.yaml +++ b/.github/workflows/python-app.yaml @@ -274,7 +274,7 @@ jobs: path: ${{ format('{0}-{1}', matrix.scenario, matrix.solve-year) }} - name: Install uv and set Python version - uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: "3.11" enable-cache: true diff --git a/.github/workflows/workflow-quality.yaml b/.github/workflows/workflow-quality.yaml index 3bf5bfa7..77f37f98 100644 --- a/.github/workflows/workflow-quality.yaml +++ b/.github/workflows/workflow-quality.yaml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: version: "0.9.4"