Skip to content

Commit f5ac90d

Browse files
chore(deps): Update github-actions
1 parent 0f1033a commit f5ac90d

5 files changed

Lines changed: 9 additions & 9 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/regen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Generate GitHub App token
1313
id: app-token
14-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
14+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
1515
with:
1616
app-id: ${{ secrets.CQ_APP_ID }}
1717
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install uv
2323
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
2424
with:
25-
version: "0.11.2"
25+
version: "0.11.7"
2626
- name: Set up Python
2727
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2828
with:
@@ -34,7 +34,7 @@ jobs:
3434
make clone-proto
3535
make gen-proto
3636
- name: Create Pull Request
37-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
37+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
3838
with:
3939
# required so the PR triggers workflow runs
4040
token: ${{ steps.app-token.outputs.token }}

.github/workflows/release_pr.yml

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

.github/workflows/unittest.yml

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

0 commit comments

Comments
 (0)