From ab3f5b50e42e9f4d686c3e0743fdcf097d4ab503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:12:44 +0000 Subject: [PATCH] Bump astral-sh/setup-uv in /template/.github/workflows Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.1.0 to 8.3.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/08807647e7069bb48b6ef5acd8ec9567f424441b...d31148d669074a8d0a63714ba94f3201e7020bc3) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- template/.github/workflows/nightly_at_main_lower_bound.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/nightly_at_main_lower_bound.yml b/template/.github/workflows/nightly_at_main_lower_bound.yml index 17a2d5d..025ddc4 100644 --- a/template/.github/workflows/nightly_at_main_lower_bound.yml +++ b/template/.github/workflows/nightly_at_main_lower_bound.yml @@ -31,7 +31,7 @@ jobs: ESS_PROTECTED_FILESTORE_PASSWORD: ${{ secrets.ESS_PROTECTED_FILESTORE_PASSWORD }} steps: - uses: actions/checkout@v6 - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: python-version: ${{ matrix.python.version }} - run: uv run --extra=test --resolution=lowest-direct pytest