Skip to content

Commit

Permalink
revert protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
fyannch committed Jun 27, 2024
1 parent ad24018 commit 8493d44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:

with:

dotnet-version: '6.0'
dotnet-version: '7.0'

- name: Install Protoc

uses: arduino/setup-protoc
uses: arduino/setup-protoc@v3

with:

version: "3.20.3"
version: "23.x"

- name: Set up JDK 17

Expand Down

0 comments on commit 8493d44

Please sign in to comment.