Skip to content

Update grpc-core, grpc-inprocess, ... to 1.65.0 #632

Update grpc-core, grpc-inprocess, ... to 1.65.0

Update grpc-core, grpc-inprocess, ... to 1.65.0 #632

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
cache: sbt
- name: sbt ci ${{ github.ref }}
run: ./sbt ci