Skip to content

Commit

Permalink
Merge pull request #4874 from dev-hato/renovate/astral-sh-setup-uv-5.x
Browse files Browse the repository at this point in the history
chore(deps): update astral-sh/setup-uv action to v5.3.0
  • Loading branch information
renovate[bot] authored Feb 21, 2025
2 parents 480f7db + 539b6b1 commit 575570f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test-hato-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 575570f

Please sign in to comment.