Skip to content

Bump undici from 5.27.0 to 5.28.3 #477

Bump undici from 5.27.0 to 5.28.3

Bump undici from 5.27.0 to 5.28.3 #477

Workflow file for this run

name: DCO
on:
pull_request:
push:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check --verbose --exclude-emails 49699333+dependabot[bot]@users.noreply.github.com