Skip to content

Commit

Permalink
refactor: Upgrade setup-uv action version
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Sep 27, 2024
1 parent cd71812 commit cc2c350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
allow-prereleases: true

- name: Setup uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
enable-cache: true

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
python-version: "3.12"

- name: Setup uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
enable-cache: true

Expand Down
4 changes: 2 additions & 2 deletions project/.github/workflows/ci.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: "3.11"

- name: Setup uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
enable-cache: true

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
allow-prereleases: true

- name: Setup uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
enable-cache: true

Expand Down

0 comments on commit cc2c350

Please sign in to comment.