Skip to content

chore(deps): bump grpcio-tools from 1.64.1 to 1.65.2 #226

chore(deps): bump grpcio-tools from 1.64.1 to 1.65.2

chore(deps): bump grpcio-tools from 1.64.1 to 1.65.2 #226

Workflow file for this run

name: PR
on:
pull_request:
branches:
- 'main'
- '3.*'
workflow_dispatch:
jobs:
build:
name: Build
permissions:
pull-requests: write
runs-on: ubuntu-latest
strategy:
matrix:
python_version: [ 3.8.19, 3.9.19, 3.10.13 ]
pi_version: [ 3.9.3, 3.9.2, 3.9.1 ]
os_version: [ slim-bookworm, slim-bullseye ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker common actions
uses: ./.github/actions/docker-common
with:
platforms: linux/amd64
push: false
python_base_image: ${{ matrix.python_version }}-${{ matrix.os_version }}
pi_version: ${{ matrix.pi_version }}