Skip to content

Commit 05ba4ea

Browse files
chore: bump README references to oasdiff-action v0.0.42 (#102)
The v0.0.42 release was tagged via release-action.sh, which only tags and creates the GitHub release. README references to the prior tag weren't updated. Bump them now. Going forward, release-action.sh will update the README automatically as part of the release flow.
1 parent 9de38a0 commit 05ba4ea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v6
2121
- run: git fetch --depth=1 origin ${{ github.base_ref }}
22-
- uses: oasdiff/oasdiff-action/breaking@v0.0.41
22+
- uses: oasdiff/oasdiff-action/breaking@v0.0.42
2323
with:
2424
base: 'origin/${{ github.base_ref }}:openapi.yaml'
2525
revision: 'HEAD:openapi.yaml'
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v6
5151
- run: git fetch --depth=1 origin ${{ github.base_ref }}
52-
- uses: oasdiff/oasdiff-action/breaking@v0.0.41
52+
- uses: oasdiff/oasdiff-action/breaking@v0.0.42
5353
with:
5454
base: 'origin/${{ github.base_ref }}:openapi.yaml'
5555
revision: 'HEAD:openapi.yaml'
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- uses: actions/checkout@v6
9090
- run: git fetch --depth=1 origin ${{ github.base_ref }}
91-
- uses: oasdiff/oasdiff-action/changelog@v0.0.41
91+
- uses: oasdiff/oasdiff-action/changelog@v0.0.42
9292
with:
9393
base: 'origin/${{ github.base_ref }}:openapi.yaml'
9494
revision: 'HEAD:openapi.yaml'
@@ -126,7 +126,7 @@ jobs:
126126
steps:
127127
- uses: actions/checkout@v6
128128
- run: git fetch --depth=1 origin ${{ github.base_ref }}
129-
- uses: oasdiff/oasdiff-action/diff@v0.0.41
129+
- uses: oasdiff/oasdiff-action/diff@v0.0.42
130130
with:
131131
base: 'origin/${{ github.base_ref }}:openapi.yaml'
132132
revision: 'HEAD:openapi.yaml'
@@ -185,7 +185,7 @@ jobs:
185185
steps:
186186
- uses: actions/checkout@v6
187187
- run: git fetch --depth=1 origin ${{ github.base_ref }}
188-
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.41
188+
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.42
189189
with:
190190
base: 'origin/${{ github.base_ref }}:openapi.yaml'
191191
revision: 'HEAD:openapi.yaml'

0 commit comments

Comments
 (0)