Skip to content

Commit f637e92

Browse files
chore(github): set uv 0.6.8
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 7433670 commit f637e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
python-version: "3.12"
128128
enable-cache: true
129129
cache-dependency-glob: "uv.lock"
130-
version: "0.6.4"
130+
version: "0.6.8"
131131

132132
- name: Setup Yarn
133133
uses: threeal/setup-yarn-action@ec8c075e62bc497968de40011c2b766f5e8f1ac5 # ratchet:threeal/setup-yarn-action@v2.0.0

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
python-version: ${{ inputs.python-version }}
6565
enable-cache: true
6666
cache-dependency-glob: "uv.lock"
67-
version: "0.6.4"
67+
version: "0.6.8"
6868

6969
- name: Install dependencies
7070
run: |

0 commit comments

Comments
 (0)