Skip to content

Commit

Permalink
ci: downgrade arduino/install-protoc to support '3.20' version scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow53 committed Dec 18, 2024
1 parent af4e5db commit 4fcea16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
profile: minimal
toolchain: stable
- name: Install protoc
uses: arduino/setup-protoc@v3
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: '3.20.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Install protoc
uses: arduino/setup-protoc@v3
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: '3.20.1'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install protoc
uses: arduino/setup-protoc@v3
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: '3.20.1'
Expand All @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install protoc
uses: arduino/setup-protoc@v3
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: '3.20.1'
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install protoc
uses: arduino/setup-protoc@v3
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: '3.20.1'
Expand All @@ -96,7 +96,7 @@ jobs:
git config --system core.longpaths true
- uses: actions/checkout@v4
- name: Install protoc
uses: arduino/setup-protoc@v3
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: '3.20.1'
Expand All @@ -117,7 +117,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install protoc
uses: arduino/setup-protoc@v3
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: '3.20.1'
Expand Down

0 comments on commit 4fcea16

Please sign in to comment.