1616 oasdiff :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : oasdiff/oasdiff-action/breaking@v0.0.34
19+ - uses : oasdiff/oasdiff-action/breaking@v0.0.35
2020 with :
2121 base : ' specs/base.yaml'
2222 revision : ' specs/revision.yaml'
4747 oasdiff:
4848 runs-on: ubuntu-latest
4949 steps:
50- - uses: oasdiff/oasdiff-action/changelog@v0.0.34
50+ - uses: oasdiff/oasdiff-action/changelog@v0.0.35
5151 with:
5252 base: 'specs/base.yaml'
5353 revision: 'specs/revision.yaml'
7979 oasdiff:
8080 runs-on: ubuntu-latest
8181 steps:
82- - uses: oasdiff/oasdiff-action/diff@v0.0.34
82+ - uses: oasdiff/oasdiff-action/diff@v0.0.35
8383 with:
8484 base: 'specs/base.yaml'
8585 revision: 'specs/revision.yaml'
@@ -115,7 +115,7 @@ File paths and git refs require the repository to be checked out first:
115115` ` ` yaml
116116- uses: actions/checkout@v6
117117- run: git fetch --depth=1 origin ${{ github.base_ref }}
118- - uses: oasdiff/oasdiff-action/breaking@v0.0.34
118+ - uses: oasdiff/oasdiff-action/breaking@v0.0.35
119119 with:
120120 base: 'origin/${{ github.base_ref }}:openapi.yaml'
121121 revision: 'HEAD:openapi.yaml'
@@ -127,7 +127,7 @@ File paths and git refs require the repository to be checked out first:
127127
128128# # Pro: Rich PR comment
129129
130- ` oasdiff/oasdiff-action/pr-comment@v0.0.34 ` posts a single auto-updating comment on every PR that touches your API spec.
130+ ` oasdiff/oasdiff-action/pr-comment@v0.0.35 ` posts a single auto-updating comment on every PR that touches your API spec.
131131
132132` ` ` yaml
133133jobs:
@@ -137,7 +137,7 @@ jobs:
137137 pull-requests: write
138138 statuses: write
139139 steps:
140- - uses: oasdiff/oasdiff-action/pr-comment@v0.0.34
140+ - uses: oasdiff/oasdiff-action/pr-comment@v0.0.35
141141 with:
142142 base: 'specs/base.yaml'
143143 revision: 'specs/revision.yaml'
0 commit comments