Skip to content

Commit 4753880

Browse files
authored
Hotfix/api updater workflow (#1013)
1 parent c88b2a7 commit 4753880

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/update_protos.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository_owner == 'viamrobotics'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
token: ${{ secrets.REPO_READ_TOKEN }}
1717
- uses: bufbuild/buf-setup-action@v1
@@ -21,10 +21,10 @@ jobs:
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
version: "29.2"
24-
2524
- name: Install uv
26-
uses: astral-sh/setup-uv@v3
25+
uses: astral-sh/setup-uv@v7
2726
with:
27+
python-version: "3.13"
2828
enable-cache: true
2929

3030
- name: prune origin
@@ -50,8 +50,8 @@ jobs:
5050
id: cpr
5151
uses: peter-evans/create-pull-request@v7
5252
with:
53-
commit-message: '[WORKFLOW] Updating protos from ${{ github.event.client_payload.repo_name }}, commit: ${{ github.event.client_payload.sha }}'
54-
branch: 'workflow/update-proto'
53+
commit-message: "[WORKFLOW] Updating protos from ${{ github.event.client_payload.repo_name }}, commit: ${{ github.event.client_payload.sha }}"
54+
branch: "workflow/update-proto"
5555
delete-branch: true
5656
base: main
5757
title: Automated Protos Update

0 commit comments

Comments
 (0)