mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/hosted.git
synced 2025-10-04 15:11:22 +08:00
chore(deps): update astral-sh/setup-uv action to v6.6.0 (#1046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b28f81f880
commit
f937d11437
3 changed files with 3 additions and 3 deletions
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
with:
|
||||
python-version: '3.13'
|
||||
- uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
|
||||
- uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
|
||||
- name: detect method
|
||||
id: detect
|
||||
run: |
|
||||
|
|
2
.github/workflows/setup.yml
vendored
2
.github/workflows/setup.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
with:
|
||||
python-version: '3.13'
|
||||
- uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
|
||||
- uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
|
||||
- name: build
|
||||
run: uv build
|
||||
- name: twine
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
|
||||
- uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
|
||||
with:
|
||||
cache-suffix: test
|
||||
- name: Install pip dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue