Skip to content

Commit 11c4afd

Browse files
Merge branch 'main' into renovate/ghcr.io-astral-sh-uv-0.x
2 parents 04258df + cfdfbe1 commit 11c4afd

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install uv
1818
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
1919
with:
20-
version: "0.11.2"
20+
version: "0.11.7"
2121
- name: Set up Python
2222
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2323
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
2222
with:
23-
version: "0.11.2"
23+
version: "0.11.7"
2424
- name: Set up Python
2525
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2626
with:
2727
python-version: "3.14"
2828
- name: Build package
2929
run: uv build
3030
- name: Publish package distributions to PyPI
31-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
31+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1

.github/workflows/release_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
steps:
1313
- name: Generate GitHub App token
1414
id: app-token
15-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
15+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
1616
with:
1717
app-id: ${{ secrets.CQ_APP_ID }}
1818
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
1919
permission-contents: write
2020
permission-pull-requests: write
21-
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
21+
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
2222
id: release
2323
with:
2424
token: ${{ steps.app-token.outputs.token }}

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
2323
with:
24-
version: "0.11.2"
24+
version: "0.11.7"
2525
- name: Set up Python
2626
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2727
with:

0 commit comments

Comments
 (0)