Skip to content

Bump com.networknt:json-schema-validator from 1.4.0 to 1.4.2 #324

Bump com.networknt:json-schema-validator from 1.4.0 to 1.4.2

Bump com.networknt:json-schema-validator from 1.4.0 to 1.4.2 #324

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 }}