Skip to content

Bump @bufbuild/buf from 1.31.0 to 1.32.2 in /impl/google-protobuf in the google-protobuf group #465

Bump @bufbuild/buf from 1.31.0 to 1.32.2 in /impl/google-protobuf in the google-protobuf group

Bump @bufbuild/buf from 1.31.0 to 1.32.2 in /impl/google-protobuf in the google-protobuf group #465

Workflow file for this run

name: ci
on:
pull_request:
branches: [main]
workflow_dispatch:
# Prevent writing to the repository using the CI token.
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions: read-all
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v4
with:
path: |
~/.tmp
.tmp
key: ${{ runner.os }}-protobuf-conformance-ci-${{ hashFiles('Makefile') }}
restore-keys: |
${{ runner.os }}-protobuf-conformance-ci-
- name: make
run: make all checkdiff