Skip to content

Commit e140495

Browse files
committed
upgrade
1 parent ac57034 commit e140495

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/verify-release-candidate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,13 @@ jobs:
6363
runs-on: ${{ matrix.runner }}
6464
steps:
6565
- name: Checkout repository
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v6
6767

6868
- name: Set up protoc
6969
uses: arduino/setup-protoc@v3
70+
with:
71+
version: "27.4"
72+
repo-token: ${{ secrets.GITHUB_TOKEN }}
7073

7174
- name: Run release candidate verification
7275
shell: bash

0 commit comments

Comments
 (0)