Skip to content

chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 25.0.6+incompatible in /misc/loop in the go_modules group across 1 directory #8180

chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 25.0.6+incompatible in /misc/loop in the go_modules group across 1 directory

chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 25.0.6+incompatible in /misc/loop in the go_modules group across 1 directory #8180

Workflow file for this run

name: "lint-pr-title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}