From 1f870c5f70f01b6b93ece6badf0d252f66526786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:36:13 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 4 to 5 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 5. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v4...v5) --- 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/build-pull.yml | 2 +- .github/workflows/deploy-site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pull.yml b/.github/workflows/build-pull.yml index 31ec451ac..b3d6cabc5 100644 --- a/.github/workflows/build-pull.yml +++ b/.github/workflows/build-pull.yml @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v4 name: Checkout code - name: Install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v5 - uses: actions/setup-python@v5 name: Set up Python with: diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index a2e7952a5..fa72d06ee 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 # fetch all commits and branches for mike to work properly - name: Install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v5 - uses: actions/setup-python@v5 name: Set up Python with: