Skip to content

Commit 8f3a02d

Browse files
docs: bump README to v0.0.40-beta.1 (OpenAPI 3.1 support)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 634454a commit 8f3a02d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
oasdiff:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: oasdiff/oasdiff-action/breaking@v0.0.39
19+
- uses: oasdiff/oasdiff-action/breaking@v0.0.40-beta.1
2020
with:
2121
base: 'specs/base.yaml'
2222
revision: 'specs/revision.yaml'
@@ -47,7 +47,7 @@ jobs:
4747
oasdiff:
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: oasdiff/oasdiff-action/changelog@v0.0.39
50+
- uses: oasdiff/oasdiff-action/changelog@v0.0.40-beta.1
5151
with:
5252
base: 'specs/base.yaml'
5353
revision: 'specs/revision.yaml'
@@ -79,7 +79,7 @@ jobs:
7979
oasdiff:
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: oasdiff/oasdiff-action/diff@v0.0.39
82+
- uses: oasdiff/oasdiff-action/diff@v0.0.40-beta.1
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.39
118+
- uses: oasdiff/oasdiff-action/breaking@v0.0.40-beta.1
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.39` posts a single auto-updating comment on every PR that touches your API spec.
130+
`oasdiff/oasdiff-action/pr-comment@v0.0.40-beta.1` posts a single auto-updating comment on every PR that touches your API spec.
131131

132132
**Prerequisite:** oasdiff posts comments and commit statuses as a GitHub App. [Install the oasdiff GitHub App](https://github.com/apps/oasdiff/installations/new) on each repository before using this action.
133133

@@ -136,7 +136,7 @@ jobs:
136136
oasdiff:
137137
runs-on: ubuntu-latest
138138
steps:
139-
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.39
139+
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.40-beta.1
140140
with:
141141
base: 'specs/base.yaml'
142142
revision: 'specs/revision.yaml'

0 commit comments

Comments
 (0)