Skip to content

Commit 20e8833

Browse files
authored
ci(github): bump uv to 0.5.13 (#298)
1 parent 54ba4bc commit 20e8833

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
PYTHON_VERSION: "3.11"
11-
UV_VERSION: "0.5.7"
11+
UV_VERSION: "0.5.13"
1212

1313
jobs:
1414
package:

.github/workflows/page-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
env:
66
PYTHON_VERSION: "3.11"
7-
UV_VERSION: "0.5.7"
7+
UV_VERSION: "0.5.13"
88

99
jobs:
1010
check-gh-pages:

.github/workflows/pr-merged.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
PYTHON_VERSION: "3.11"
10-
UV_VERSION: "0.5.7"
10+
UV_VERSION: "0.5.13"
1111

1212
jobs:
1313
is-properly-labeled:

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
env:
77
PYTHON_VERSION: "3.11"
8-
UV_VERSION: "0.5.7"
8+
UV_VERSION: "0.5.13"
99

1010
jobs:
1111
docs-deploy:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
PYTHON_VERSION: "3.11"
9-
UV_VERSION: "0.5.7"
9+
UV_VERSION: "0.5.13"
1010

1111
jobs:
1212
pypi:

.github/workflows/style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
PYTHON_VERSION: "3.11"
11-
UV_VERSION: "0.5.7"
11+
UV_VERSION: "0.5.13"
1212

1313
jobs:
1414
ruff:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
PYTHON_VERSION: "3.11"
11-
UV_VERSION: "0.5.7"
11+
UV_VERSION: "0.5.13"
1212

1313

1414
jobs:

0 commit comments

Comments
 (0)