Skip to content

Bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /internal/tools #2

Bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /internal/tools

Bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /internal/tools #2

Workflow file for this run

---
name: PR Linter
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}