Skip to content

deps: bump io.rest-assured:rest-assured-bom from 5.3.2 to 5.4.0 #397

deps: bump io.rest-assured:rest-assured-bom from 5.3.2 to 5.4.0

deps: bump io.rest-assured:rest-assured-bom from 5.3.2 to 5.4.0 #397

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@v4
with:
fetch-depth: 0
- name: Create backport PRs
uses: zeebe-io/backport-action@v2.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}