Skip to content

Bumps urllib3 from >=1.21.1, <2 to >=1.26.9 (#518)(Backporting to 2.3 branch) #1189

Bumps urllib3 from >=1.21.1, <2 to >=1.26.9 (#518)(Backporting to 2.3 branch)

Bumps urllib3 from >=1.21.1, <2 to >=1.26.9 (#518)(Backporting to 2.3 branch) #1189

Workflow file for this run

name: Unified Release
on: [push, pull_request]
jobs:
assemble:
name: Assemble
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
stack_version: ['2.3.2']
steps:
- name: Checkout
uses: actions/checkout@v2
- run: "./.ci/make.sh assemble ${{ matrix.stack_version }}"
name: Assemble ${{ matrix.stack_version }}