Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2df827a

Browse files
build(deps): bump astral-sh/setup-uv from 5 to 6 (#1033)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6.- [Release notes](https://github.com/astral-sh/setup-uv/releases)- [Commits](astral-sh/setup-uv@v5...v6)---updated-dependencies:- dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parentb923740 commit2df827a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run:sudo apt-get install gettext
1818

1919
-name:Install uv
20-
uses:astral-sh/setup-uv@v5
20+
uses:astral-sh/setup-uv@v6
2121

2222
-name:Validate
2323
run:VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all

‎.github/workflows/deploy-gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:sudo apt-get install gettext
1616

1717
-name:Install uv
18-
uses:astral-sh/setup-uv@v5
18+
uses:astral-sh/setup-uv@v6
1919

2020
-name:Build
2121
run:JOBS=4 MODE=html make all

‎.github/workflows/py313-sync-cpython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run:sudo apt-get install gettext
3232

3333
-name:Install uv
34-
uses:astral-sh/setup-uv@v5
34+
uses:astral-sh/setup-uv@v6
3535

3636
-name:Sync with CPython
3737
run:make clone && make merge && make rm_cpython

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp