From 7a61c4f81d7ea782a88227e15b4f5f9909e89cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:50:19 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 4 to 5 in the github_actions group Bumps the github_actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `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 dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/rich-codex.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rich-codex.yaml b/.github/workflows/rich-codex.yaml index 0d5b862..200830a 100644 --- a/.github/workflows/rich-codex.yaml +++ b/.github/workflows/rich-codex.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v4 + - uses: astral-sh/setup-uv@v5 - name: Setup Python run: uv python install '3.13' - name: Install project