Skip to content

Commit 5dc07fe

Browse files
Bump install-pinned/uv
Bumps [install-pinned/uv](https://github.com/install-pinned/uv) from 4d66dd6355704140c330bc2a2e6291cbf3bcb67f to 20019e26f914870e2b2ad5f968e0bab666853050. - [Release notes](https://github.com/install-pinned/uv/releases) - [Commits](install-pinned/uv@4d66dd6...20019e2) --- updated-dependencies: - dependency-name: install-pinned/uv dependency-version: 20019e26f914870e2b2ad5f968e0bab666853050 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 407e61a commit 5dc07fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: '3.13'
3535
cache: pip
3636

37-
- uses: install-pinned/uv@259f91feb61b6e94766d7a1dbcd5f17335370e64
37+
- uses: install-pinned/uv@20019e26f914870e2b2ad5f968e0bab666853050
3838

3939
- run: |
4040
uv pip install --system -e .[all]

.github/workflows/python-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
python-version: '3.13'
348348
cache: pip
349349

350-
- uses: install-pinned/uv@259f91feb61b6e94766d7a1dbcd5f17335370e64
350+
- uses: install-pinned/uv@20019e26f914870e2b2ad5f968e0bab666853050
351351

352352
- run: |
353353
uv pip install --system -e .[all]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: pip
2828

2929
- name: Install uv
30-
uses: install-pinned/uv@4d66dd6355704140c330bc2a2e6291cbf3bcb67f
30+
uses: install-pinned/uv@20019e26f914870e2b2ad5f968e0bab666853050
3131

3232
- name: Install dependencies
3333
run: |

0 commit comments

Comments
 (0)