Skip to content

build(deps): bump urllib3 from 2.2.3 to 2.3.0 #374

build(deps): bump urllib3 from 2.2.3 to 2.3.0

build(deps): bump urllib3 from 2.2.3 to 2.3.0 #374

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [main]
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
secrets: inherit
dry_run:
name: Validate
uses: ./.github/workflows/validate.yml
needs: [ lint ]
secrets: inherit