From 3a6155f893e7acff91d1fc3930c0bd457d046b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:16:08 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 2 to 3 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 2 to 3. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v2...v3) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/sync.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 81aa7bc..57ef5da 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: with: python-version-file: "pyproject.toml" - - uses: astral-sh/setup-uv@v2 + - uses: astral-sh/setup-uv@v3 - name: Install ruff run: | @@ -40,7 +40,7 @@ jobs: with: python-version-file: "pyproject.toml" - - uses: astral-sh/setup-uv@v2 + - uses: astral-sh/setup-uv@v3 - name: Install dependencies run: | diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 998b61e..f3f37dd 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -19,7 +19,7 @@ jobs: with: python-version-file: "pyproject.toml" - - uses: astral-sh/setup-uv@v2 + - uses: astral-sh/setup-uv@v3 - name: Install dependencies run: |