From 539b6b1f5f5ed9c51a5bf2e210ecff4d7a6d7f41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:40:06 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v5.3.0 --- .github/workflows/pr-format.yml | 2 +- .github/workflows/pr-test-hato-bot.yml | 2 +- .github/workflows/pr-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-format.yml b/.github/workflows/pr-format.yml index 0a3209a12d..2d2931f279 100644 --- a/.github/workflows/pr-format.yml +++ b/.github/workflows/pr-format.yml @@ -35,7 +35,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} token: ${{steps.generate_token.outputs.token}} - name: Set up uv - uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5.2.2 + uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5.3.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: enable-cache: true diff --git a/.github/workflows/pr-test-hato-bot.yml b/.github/workflows/pr-test-hato-bot.yml index eea5475621..b857fba380 100644 --- a/.github/workflows/pr-test-hato-bot.yml +++ b/.github/workflows/pr-test-hato-bot.yml @@ -17,7 +17,7 @@ jobs: with: submodules: "recursive" - name: Set up uv - uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5.2.2 + uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5.3.0 with: enable-cache: true - name: Install dependencies diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index db19fbc05c..4707ef0c70 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -15,7 +15,7 @@ jobs: submodules: "recursive" fetch-depth: 0 - name: Set up uv - uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5.2.2 + uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5.3.0 with: enable-cache: true - name: Install uv