Skip to content

Commit 45043f6

Browse files
authored
Merge pull request #1519 from ocrmypdf/dependabot/github_actions/astral-sh/setup-uv-6
Bump astral-sh/setup-uv from 5 to 6
2 parents b166e86 + 1e2d76b commit 45043f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags
4141

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@v5
43+
uses: astral-sh/setup-uv@v6
4444
with:
4545
version: "0.5.x"
4646

@@ -136,7 +136,7 @@ jobs:
136136
tesseract
137137
138138
- name: Install uv
139-
uses: astral-sh/setup-uv@v5
139+
uses: astral-sh/setup-uv@v6
140140
with:
141141
version: "0.5.x"
142142

@@ -186,7 +186,7 @@ jobs:
186186
fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags
187187

188188
- name: Install uv
189-
uses: astral-sh/setup-uv@v5
189+
uses: astral-sh/setup-uv@v6
190190
with:
191191
version: "0.5.x"
192192

@@ -225,7 +225,7 @@ jobs:
225225
fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags
226226

227227
- name: Install uv
228-
uses: astral-sh/setup-uv@v5
228+
uses: astral-sh/setup-uv@v6
229229
with:
230230
version: "0.5.x"
231231

0 commit comments

Comments
 (0)