Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v3.2.3 (#10500)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 4d99018 commit 776bb00
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cache-dependency-path: requirements-dev.txt

- name: install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
with:
enable-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ibis-backends-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
with:
enable-cache: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
with:
enable-cache: true

Expand Down Expand Up @@ -452,7 +452,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
with:
enable-cache: true

Expand Down Expand Up @@ -569,7 +569,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
with:
enable-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ibis-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: "3.11"

- name: install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
with:
enable-cache: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ibis-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
with:
enable-cache: true

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

- name: install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
with:
enable-cache: true

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
python-version: "3.10"

- name: install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
with:
enable-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: "3.12"

- name: install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
with:
enable-cache: true

Expand Down

0 comments on commit 776bb00

Please sign in to comment.