Skip to content

chore(deps): Bump hyperledger/aries-cloudagent-python from py3.9-0.12.2 to py3.9-0.12.3 in /demo/playground #3454

chore(deps): Bump hyperledger/aries-cloudagent-python from py3.9-0.12.2 to py3.9-0.12.3 in /demo/playground

chore(deps): Bump hyperledger/aries-cloudagent-python from py3.9-0.12.2 to py3.9-0.12.3 in /demo/playground #3454

Workflow file for this run

name: PR Tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Tests
uses: ./.github/actions/run-unit-tests
with:
python-version: "3.12"
os: "ubuntu-latest"
is_pr: "true"