Skip to content

Commit

Permalink
Merge pull request #1774 from smallrye/dependabot/github_actions/astr…
Browse files Browse the repository at this point in the history
…al-sh/setup-uv-5

build(deps): bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
cescoffier authored Jan 6, 2025
2 parents b662e17 + 1f870c5 commit cc0b720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc0b720

Please sign in to comment.