Skip to content

Commit 1f89795

Browse files
authored
Merge pull request #149 from bopen/dependabot/github_actions/astral-sh/setup-uv-6
Bump astral-sh/setup-uv from 5 to 6
2 parents 2866760 + 0a06078 commit 1f89795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- uses: actions/checkout@v4
157157

158158
- name: Install uv and set the python version
159-
uses: astral-sh/setup-uv@v5
159+
uses: astral-sh/setup-uv@v6
160160
with:
161161
python-version: ${{ matrix.python-version }}
162162

@@ -176,7 +176,7 @@ jobs:
176176
- uses: actions/checkout@v4
177177

178178
- name: Install uv and set the python version
179-
uses: astral-sh/setup-uv@v5
179+
uses: astral-sh/setup-uv@v6
180180
with:
181181
python-version: "3.10"
182182

0 commit comments

Comments
 (0)