Skip to content

Commit 3395749

Browse files
committed
ci: bump uv version to 0.9.18
1 parent 35f90ab commit 3395749

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

{{ cookiecutter.pypi_package_name }}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- workflow_call
66

77
env:
8-
CI_UV_VERSION: "0.7.12"
8+
CI_UV_VERSION: "0.9.18"
99

1010
jobs:
1111
ci-checks:

{{ cookiecutter.pypi_package_name }}/.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: true
1010

1111
env:
12-
CI_UV_VERSION: "0.7.12"
12+
CI_UV_VERSION: "0.9.18"
1313

1414
jobs:
1515
bump-version:

0 commit comments

Comments
 (0)