Skip to content

Commit 4a4cc63

Browse files
bump: oasdiff-action v0.0.46
1 parent a543522 commit 4a4cc63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/CONTRIB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The simplest contribution is to use oasdiff in your projects and tell others abo
1616
If your team uses GitHub, install the [oasdiff GitHub Action](https://github.com/oasdiff/oasdiff-action) to automatically detect breaking changes on every pull request:
1717

1818
```yaml
19-
- uses: oasdiff/oasdiff-action/changelog@v0.0.45
19+
- uses: oasdiff/oasdiff-action/changelog@v0.0.46
2020
with:
2121
base: 'origin/${{ github.base_ref }}:openapi.yaml'
2222
revision: 'HEAD:openapi.yaml'

docs/GIT-REVISION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
fetch-depth: 0 # full history needed for git refs
6464

65-
- uses: oasdiff/oasdiff-action/breaking@v0.0.45
65+
- uses: oasdiff/oasdiff-action/breaking@v0.0.46
6666
with:
6767
base: 'origin/${{ github.base_ref }}:openapi.yaml'
6868
revision: 'HEAD:openapi.yaml'

0 commit comments

Comments
 (0)