Skip to content

Commit

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

Bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
josh authored Nov 28, 2024
2 parents 4c14741 + c0e4ba9 commit c57791e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version-file: "pyproject.toml"

- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4

- name: Install ruff
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
with:
python-version-file: "pyproject.toml"

- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version-file: "pyproject.toml"

- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit c57791e

Please sign in to comment.