Skip to content

build(deps): bump github.com/containers/common from 0.60.4 to 0.61.0 #2244

build(deps): bump github.com/containers/common from 0.60.4 to 0.61.0

build(deps): bump github.com/containers/common from 0.60.4 to 0.61.0 #2244

Workflow file for this run

name: DCO
on:
pull_request:
branches:
- main
permissions: read-all
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check