diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index aaa207342..d0b6053ae 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -48,7 +48,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: version: '3.17.3' - name: install dependencies @@ -76,7 +76,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: version: '3.17.3' - name: install dependencies