Skip to content

Commit

Permalink
Merge pull request #1116 from bids-standard/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/astral-sh/setup-uv-5

Build(deps): Bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
effigies authored Dec 23, 2024
2 parents d261a22 + 756c693 commit c4dd978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: matrix.source == 'sdist'
run: tar --strip-components=1 -xzf dist/*.tar.gz
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c4dd978

Please sign in to comment.