Skip to content

Commit

Permalink
ci(github): bump uv to 0.5.13 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored Dec 28, 2024
1 parent 54ba4bc commit 20e8833
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
PYTHON_VERSION: "3.11"
UV_VERSION: "0.5.7"
UV_VERSION: "0.5.13"

jobs:
package:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/page-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

env:
PYTHON_VERSION: "3.11"
UV_VERSION: "0.5.7"
UV_VERSION: "0.5.13"

jobs:
check-gh-pages:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
PYTHON_VERSION: "3.11"
UV_VERSION: "0.5.7"
UV_VERSION: "0.5.13"

jobs:
is-properly-labeled:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
PYTHON_VERSION: "3.11"
UV_VERSION: "0.5.7"
UV_VERSION: "0.5.13"

jobs:
docs-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
PYTHON_VERSION: "3.11"
UV_VERSION: "0.5.7"
UV_VERSION: "0.5.13"

jobs:
pypi:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
PYTHON_VERSION: "3.11"
UV_VERSION: "0.5.7"
UV_VERSION: "0.5.13"

jobs:
ruff:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
PYTHON_VERSION: "3.11"
UV_VERSION: "0.5.7"
UV_VERSION: "0.5.13"


jobs:
Expand Down

0 comments on commit 20e8833

Please sign in to comment.