Skip to content

Commit

Permalink
Update eifinger/setup-uv action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 8a60f15 commit 3bad8d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: "3.11"
- name: Install the latest version of uv
uses: eifinger/setup-uv@v1
uses: eifinger/setup-uv@v3
with:
enable-cache: true
- name: Install Python deps
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: mkdir -p out/fontbakery out/badges
continue-on-error: true
- name: Install the latest version of uv
uses: eifinger/setup-uv@v1
uses: eifinger/setup-uv@v3
with:
enable-cache: true
- name: Install Python deps
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
with:
python-version: "3.11"
- name: Install the latest version of uv
uses: eifinger/setup-uv@v1
uses: eifinger/setup-uv@v3
with:
enable-cache: true
- name: Install Python deps
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
with:
python-version: "3.11"
- name: Install the latest version of uv
uses: eifinger/setup-uv@v1
uses: eifinger/setup-uv@v3
with:
enable-cache: true
- name: Install Python deps
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
with:
python-version: "3.11"
- name: Install the latest version of uv
uses: eifinger/setup-uv@v1
uses: eifinger/setup-uv@v3
with:
enable-cache: true
- name: Install Python deps
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
name: fontbuild
path: fonts
- name: Install the latest version of uv
uses: eifinger/setup-uv@v1
uses: eifinger/setup-uv@v3
with:
enable-cache: true
- name: Install Python deps
Expand Down

0 comments on commit 3bad8d1

Please sign in to comment.