Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2025
1 parent ac8e7da commit 1bb433d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: "3.10"

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5

- name: install nox
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5

- name: install nox
run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
python-version: "3.10"

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5

- name: Download coverage
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
python-version: "3.10"

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5

- name: install nox
run: |
Expand All @@ -131,7 +131,7 @@ jobs:
python-version: "3.10"

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5

- name: install nox
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.9

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5

- name: Install dependencies
run: |
Expand Down

0 comments on commit 1bb433d

Please sign in to comment.