Skip to content

Commit 48879d4

Browse files
chore(deps): Update github-actions
1 parent fa83314 commit 48879d4

5 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.7"
20+
version: "0.11.16"
2121
- name: Set up Python
2222
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2323
with:

.github/workflows/publish.yml

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

.github/workflows/regen.yml

Lines changed: 2 additions & 2 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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
14+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # 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.7"
25+
version: "0.11.16"
2626
- name: Set up Python
2727
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2828
with:

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Generate GitHub App token
1515
id: app-token
16-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
16+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
1717
with:
1818
app-id: ${{ secrets.CQ_APP_ID }}
1919
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}

.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.7"
22+
version: "0.11.16"
2323
- name: Set up Python
2424
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2525
with:

0 commit comments

Comments
 (0)