Skip to content

Bump org.junit.vintage:junit-vintage-engine from 5.9.0 to 5.11.0 #27

Bump org.junit.vintage:junit-vintage-engine from 5.9.0 to 5.11.0

Bump org.junit.vintage:junit-vintage-engine from 5.9.0 to 5.11.0 #27

Workflow file for this run

name: Branch on Issue
on:
issues:
types: [ assigned ]
pull_request:
types: [ closed ]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}