Skip to content

Commit

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

Build(deps): Bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
effigies authored Dec 16, 2024
2 parents 7a1d744 + b68bc84 commit 52b8f53
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@v3
uses: astral-sh/setup-uv@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 52b8f53

Please sign in to comment.