Skip to content

Bump org.mockito:mockito-junit-jupiter from 5.14.1 to 5.14.2 #317

Bump org.mockito:mockito-junit-jupiter from 5.14.1 to 5.14.2

Bump org.mockito:mockito-junit-jupiter from 5.14.1 to 5.14.2 #317

Workflow file for this run

name: Create Issue Branch
on:
issues:
types: [assigned]
issue_comment:
types: [created]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
id: Create_Issue_Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Echo branch name
run: echo ${{ steps.Create_Issue_Branch.outputs.branchName }}