diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 33d1487..b240260 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -62,7 +62,7 @@ jobs: ref: ${{ github.head_ref }} - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: version: '3.x' repo-token: ${{ secrets.GITHUB_TOKEN }}