Skip to content

Commit

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

Bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
jond01 authored Nov 25, 2024
2 parents b961bf3 + 024488b commit 0efaa92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
content=$(cat .github/workflows/uv-constraint.txt)
echo "version=${content#uv==}" >> $GITHUB_OUTPUT
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
version: ${{ steps.uv-version.outputs.version }}
enable-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
content=$(cat .github/workflows/uv-constraint.txt)
echo "version=${content#uv==}" >> $GITHUB_OUTPUT
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
version: ${{ steps.uv-version.outputs.version }}
- name: Build the package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
content=$(cat .github/workflows/uv-constraint.txt)
echo "version=${content#uv==}" >> $GITHUB_OUTPUT
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
version: ${{ steps.uv-version.outputs.version }}
enable-cache: true
Expand Down

0 comments on commit 0efaa92

Please sign in to comment.