Skip to content

chore(deps): bump pyopenssl from 25.3.0 to 26.0.0 in /packages/uipath-google-adk #755

chore(deps): bump pyopenssl from 25.3.0 to 26.0.0 in /packages/uipath-google-adk

chore(deps): bump pyopenssl from 25.3.0 to 26.0.0 in /packages/uipath-google-adk #755

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- packages/*/pyproject.toml
pull_request:
branches:
- main
permissions:
contents: read
jobs:
commit-lint:
if: ${{ github.event_name == 'pull_request' }}
uses: ./.github/workflows/commitlint.yml
lint:
uses: ./.github/workflows/lint-packages.yml
test:
uses: ./.github/workflows/test-packages.yml