Skip to content

Commit 7fd6508

Browse files
dependabot[bot]bmos
authored andcommitted
Update install-pinned/uv requirement to e25c5f1ccd69605d5bec5e481e4065f274d5438d
Updates the requirements on [install-pinned/uv](https://github.com/install-pinned/uv) to permit the latest version. - [Release notes](https://github.com/install-pinned/uv/releases) - [Commits](https://github.com/install-pinned/uv/commits/e25c5f1ccd69605d5bec5e481e4065f274d5438d) --- updated-dependencies: - dependency-name: install-pinned/uv dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d5a2e3 commit 7fd6508

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/python-autofix.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cache: pip
4343

4444
- name: Install uv
45-
uses: install-pinned/uv@5d89022b21b96be3404fcd0a0cd7e7d438631828
45+
uses: install-pinned/uv@e25c5f1ccd69605d5bec5e481e4065f274d5438d
4646

4747
- name: Install module and dependencies
4848
run: |
@@ -96,7 +96,7 @@ jobs:
9696
cache: pip
9797

9898
- name: Install uv
99-
uses: install-pinned/uv@5d89022b21b96be3404fcd0a0cd7e7d438631828
99+
uses: install-pinned/uv@e25c5f1ccd69605d5bec5e481e4065f274d5438d
100100

101101
- name: Install module and dependencies
102102
run: |
@@ -171,7 +171,7 @@ jobs:
171171
cache: pip
172172

173173
- name: Install uv
174-
uses: install-pinned/uv@5d89022b21b96be3404fcd0a0cd7e7d438631828
174+
uses: install-pinned/uv@e25c5f1ccd69605d5bec5e481e4065f274d5438d
175175

176176
- name: Install module and dependencies
177177
run: |

.github/workflows/python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache: pip
4545

4646
- name: Install uv
47-
uses: install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05
47+
uses: install-pinned/uv@e25c5f1ccd69605d5bec5e481e4065f274d5438d
4848

4949
- name: Install module and dependencies
5050
run: |
@@ -91,7 +91,7 @@ jobs:
9191
cache: pip
9292

9393
- name: Install uv
94-
uses: install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05
94+
uses: install-pinned/uv@e25c5f1ccd69605d5bec5e481e4065f274d5438d
9595

9696
- name: Install module and dependencies
9797
run: |
@@ -142,7 +142,7 @@ jobs:
142142
cache: pip
143143

144144
- name: Install uv
145-
uses: install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05
145+
uses: install-pinned/uv@e25c5f1ccd69605d5bec5e481e4065f274d5438d
146146

147147
- name: Install module and dependencies
148148
run: |
@@ -199,7 +199,7 @@ jobs:
199199
cache: pip
200200

201201
- name: Install uv
202-
uses: install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05
202+
uses: install-pinned/uv@e25c5f1ccd69605d5bec5e481e4065f274d5438d
203203

204204
- name: Install module and dependencies
205205
run: |
@@ -222,7 +222,7 @@ jobs:
222222
cache: pip
223223

224224
- name: Install uv
225-
uses: install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05
225+
uses: install-pinned/uv@e25c5f1ccd69605d5bec5e481e4065f274d5438d
226226

227227
- name: Install module and dependencies
228228
run: |
@@ -302,7 +302,7 @@ jobs:
302302
cache: pip
303303

304304
- name: Install uv
305-
uses: install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05
305+
uses: install-pinned/uv@e25c5f1ccd69605d5bec5e481e4065f274d5438d
306306

307307
- name: Install module and dependencies
308308
run: |

0 commit comments

Comments
 (0)