Skip to content

Bump com.google.api.grpc:proto-google-common-protos from 2.21.0 to 2.25.0 in /java #585

Bump com.google.api.grpc:proto-google-common-protos from 2.21.0 to 2.25.0 in /java

Bump com.google.api.grpc:proto-google-common-protos from 2.21.0 to 2.25.0 in /java #585

Workflow file for this run

# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
## For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
name: Maven Verify
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "temurin"
cache: "maven"
- name: Verify with Maven
working-directory: ${{ github.workspace }}/java
run: mvn -B verify