We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac57034 commit e140495Copy full SHA for e140495
1 file changed
.github/workflows/verify-release-candidate.yml
@@ -63,10 +63,13 @@ jobs:
63
runs-on: ${{ matrix.runner }}
64
steps:
65
- name: Checkout repository
66
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
67
68
- name: Set up protoc
69
uses: arduino/setup-protoc@v3
70
+ with:
71
+ version: "27.4"
72
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
73
74
- name: Run release candidate verification
75
shell: bash
0 commit comments