File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments