Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 21, 2024
1 parent 768770f commit 9b3dccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
with:
version: ${{ env.UV_VERSION }}

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
with:
version: ${{ env.UV_VERSION }}
enable-cache: 'true'
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
with:
version: ${{ env.UV_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
with:
version: ${{ env.UV_VERSION }}

Expand Down

0 comments on commit 9b3dccc

Please sign in to comment.