4040 steps :
4141 - uses : actions/checkout@v6
4242 - run : git fetch --depth=1 origin ${{ github.base_ref }}
43- - uses : oasdiff/oasdiff-action/breaking@v0.1.0
43+ - uses : oasdiff/oasdiff-action/breaking@v0.1.1
4444 with :
4545 base : ' origin/${{ github.base_ref }}:openapi.yaml'
4646 revision : ' HEAD:openapi.yaml'
7474 steps:
7575 - uses: actions/checkout@v6
7676 - run: git fetch --depth=1 origin ${{ github.base_ref }}
77- - uses: oasdiff/oasdiff-action/breaking@v0.1.0
77+ - uses: oasdiff/oasdiff-action/breaking@v0.1.1
7878 with:
7979 base: 'origin/${{ github.base_ref }}:openapi.yaml'
8080 revision: 'HEAD:openapi.yaml'
@@ -120,7 +120,7 @@ jobs:
120120 steps:
121121 - uses: actions/checkout@v6
122122 - run: git fetch --depth=1 origin ${{ github.base_ref }}
123- - uses: oasdiff/oasdiff-action/changelog@v0.1.0
123+ - uses: oasdiff/oasdiff-action/changelog@v0.1.1
124124 with:
125125 base: 'origin/${{ github.base_ref }}:openapi.yaml'
126126 revision: 'HEAD:openapi.yaml'
@@ -162,7 +162,7 @@ jobs:
162162 steps:
163163 - uses: actions/checkout@v6
164164 - run: git fetch --depth=1 origin ${{ github.base_ref }}
165- - uses: oasdiff/oasdiff-action/diff@v0.1.0
165+ - uses: oasdiff/oasdiff-action/diff@v0.1.1
166166 with:
167167 base: 'origin/${{ github.base_ref }}:openapi.yaml'
168168 revision: 'HEAD:openapi.yaml'
@@ -196,7 +196,7 @@ jobs:
196196 runs-on: ubuntu-latest
197197 steps:
198198 - uses: actions/checkout@v6
199- - uses: oasdiff/oasdiff-action/validate@v0.1.0
199+ - uses: oasdiff/oasdiff-action/validate@v0.1.1
200200 with:
201201 spec: 'openapi.yaml'
202202` ` `
@@ -236,7 +236,7 @@ The actions read this file from the runner's `$GITHUB_WORKSPACE` (which `actions
236236**Explicit path**: if your config lives somewhere else, set `OASDIFF_CONFIG` in the workflow `env:` to point at it:
237237
238238` ` ` yaml
239- - uses: oasdiff/oasdiff-action/breaking@v0.1.0
239+ - uses: oasdiff/oasdiff-action/breaking@v0.1.1
240240 env:
241241 OASDIFF_CONFIG: ./config/oasdiff.yaml
242242 with:
@@ -288,7 +288,7 @@ jobs:
288288 steps:
289289 - uses: actions/checkout@v6
290290 - run: git fetch --depth=1 origin ${{ github.base_ref }}
291- - uses: oasdiff/oasdiff-action/pr-comment@v0.1.0
291+ - uses: oasdiff/oasdiff-action/pr-comment@v0.1.1
292292 with:
293293 base: 'origin/${{ github.base_ref }}:openapi.yaml'
294294 revision: 'HEAD:openapi.yaml'
@@ -336,7 +336,7 @@ jobs:
336336 steps:
337337 - uses: actions/checkout@v6
338338 - run: git fetch --depth=1 origin ${{ github.base_ref }}
339- - uses: oasdiff/oasdiff-action/pr-comment@v0.1.0
339+ - uses: oasdiff/oasdiff-action/pr-comment@v0.1.1
340340 with:
341341 base: 'origin/${{ github.base_ref }}:openapi.yaml'
342342 revision: 'HEAD:openapi.yaml'
@@ -347,7 +347,7 @@ jobs:
347347 steps:
348348 - uses: actions/checkout@v6
349349 - run: git fetch --depth=1 origin ${{ github.event.repository.default_branch }}
350- - uses: oasdiff/oasdiff-action/verify@v0.1.0
350+ - uses: oasdiff/oasdiff-action/verify@v0.1.1
351351 with:
352352 base: 'origin/${{ github.event.repository.default_branch }}:openapi.yaml'
353353 revision: 'HEAD:openapi.yaml'
0 commit comments