Skip to content

deps: bump com.github.docker-java:docker-java-api from 3.3.2 to 3.3.3 #317

deps: bump com.github.docker-java:docker-java-api from 3.3.2 to 3.3.3

deps: bump com.github.docker-java:docker-java-api from 3.3.2 to 3.3.3 #317

Workflow file for this run

name: Backport labeled PRs after merge
on:
pull_request:
types: [closed]
jobs:
build:
name: Create backport PRs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create backport PRs
uses: zeebe-io/backport-action@v1.3.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}