diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index edd04c5ea1..430a105213 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -213,7 +213,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run sccache-cache @@ -308,7 +308,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run sccache-cache @@ -391,7 +391,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run sccache-cache @@ -495,7 +495,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run sccache-cache diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4db3342bc9..bd4f73a277 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -60,7 +60,7 @@ jobs: sudo rm -rf "/usr/local/share/boost" sudo rm -rf "$AGENT_TOOLSDIRECTORY" - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Setup rust toolchain diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 07ef5e7bde..3661f74986 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -55,7 +55,7 @@ jobs: - name: Install cargo ${{ matrix.make.command }} run: curl https://i.jpillora.com/${{ matrix.make.version }}! | bash - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: ${{ matrix.make.name }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 03e22f6176..1b89bf6d54 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -61,7 +61,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run sccache-cache @@ -128,7 +128,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run sccache-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf38d406b1..8e5835301e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: if: "${{ github.event.inputs.tag != '' }}" run: git checkout ${{ github.event.inputs.tag }} - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run sccache-cache diff --git a/.github/workflows/triggerable.yml b/.github/workflows/triggerable.yml index b13af18ad1..fb3cf86eb7 100644 --- a/.github/workflows/triggerable.yml +++ b/.github/workflows/triggerable.yml @@ -43,7 +43,7 @@ jobs: with: ref: ${{ inputs.branch }} - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run sccache-cache