We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b1afe commit ad9fbffCopy full SHA for ad9fbff
.github/workflows/update_protos.yml
@@ -14,7 +14,7 @@ jobs:
14
image: ghcr.io/viamrobotics/canon:amd64
15
steps:
16
- uses: actions/checkout@v3
17
- - uses: bufbuild/buf-setup-action@v1.8.0
+ - uses: bufbuild/buf-setup-action@v1.28.1
18
with:
19
github_token: ${{ secrets.GITHUB_TOKEN }}
20
- uses: arduino/setup-protoc@v1
@@ -39,7 +39,7 @@ jobs:
39
run: make format
40
41
- name: Add + Commit + Open PR
42
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v5.0.2
43
44
commit-message: "[WORKFLOW] Updating protos from ${{ github.event.client_payload.repo_name }}, commit: ${{ github.event.client_payload.sha }}"
45
branch: "workflow/update-protos"
0 commit comments