diff --git a/.github/workflows/free-review.yml b/.github/workflows/free-review.yml index 6bcf812..114a750 100644 --- a/.github/workflows/free-review.yml +++ b/.github/workflows/free-review.yml @@ -11,9 +11,8 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/breaking@test/oasdiff-latest-image + - uses: oasdiff/oasdiff-action/breaking@v0.0.57 with: base: 'origin/${{ github.base_ref }}:simple.yaml' revision: 'HEAD:simple.yaml' fail-on: WARN - github-token: ${{ github.token }} diff --git a/simple.yaml b/simple.yaml index b635d93..61870c3 100644 --- a/simple.yaml +++ b/simple.yaml @@ -11,7 +11,7 @@ components: name: groupId required: false schema: - type: string + type: number schemas: GroupView: type: object @@ -32,7 +32,7 @@ components: required: - name paths: - /api/v1.0/groups: + /api/v1.1/groups: post: tags: - Group