Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 2 to 3 (#304)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 17, 2024
1 parent 67691e2 commit 3ce64d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Let us have colors
run: echo "FORCE_COLOR=true" >> "$GITHUB_ENV"
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- { "name": "readme", "target": "run" }
steps:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3ce64d0

Please sign in to comment.