Skip to content

Commit ad9fbff

Browse files
committed
Update update_protos workflow
1 parent 51b1afe commit ad9fbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_protos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
image: ghcr.io/viamrobotics/canon:amd64
1515
steps:
1616
- uses: actions/checkout@v3
17-
- uses: bufbuild/buf-setup-action@v1.8.0
17+
- uses: bufbuild/buf-setup-action@v1.28.1
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
- uses: arduino/setup-protoc@v1
@@ -39,7 +39,7 @@ jobs:
3939
run: make format
4040

4141
- name: Add + Commit + Open PR
42-
uses: peter-evans/create-pull-request@v5
42+
uses: peter-evans/create-pull-request@v5.0.2
4343
with:
4444
commit-message: "[WORKFLOW] Updating protos from ${{ github.event.client_payload.repo_name }}, commit: ${{ github.event.client_payload.sha }}"
4545
branch: "workflow/update-protos"

0 commit comments

Comments
 (0)