diff --git a/.github/workflows/lint-bindings.yml b/.github/workflows/lint-bindings.yml index 5aefca1916b..02a22766a96 100644 --- a/.github/workflows/lint-bindings.yml +++ b/.github/workflows/lint-bindings.yml @@ -28,7 +28,7 @@ jobs: master/go.sum proto/go.sum - name: Setup Protoc - uses: arduino/setup-protoc@v2 + uses: arduino/setup-protoc@v3 with: version: 3.17.1 repo-token: ${{ secrets.DETERMINED_TOKEN }} diff --git a/.github/workflows/lint-go.yml b/.github/workflows/lint-go.yml index 57971f2bbb4..2e9c35381a0 100644 --- a/.github/workflows/lint-go.yml +++ b/.github/workflows/lint-go.yml @@ -30,7 +30,7 @@ jobs: cache: true cache-dependency-path: ${{ matrix.service }}/go.sum - name: Setup Protoc - uses: arduino/setup-protoc@v2 + uses: arduino/setup-protoc@v3 with: version: 3.17.1 repo-token: ${{ secrets.DETERMINED_TOKEN }}