Skip to content

Commit

Permalink
Merge pull request #55 from VectorInstitute/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/astral-sh/setup-uv-5.3.0

Bump astral-sh/setup-uv from 5.2.2 to 5.3.0
  • Loading branch information
amrit110 authored Feb 24, 2025
2 parents 52f8824 + 1662149 commit fa84562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/[email protected]

- name: Install uv
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287
with:
# Install a specific version of uv.
version: "0.5.21"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
submodules: 'true'
- name: Install uv
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287
with:
# Install a specific version of uv.
version: "0.5.21"
Expand Down

0 comments on commit fa84562

Please sign in to comment.