Skip to content

Commit 29c4bed

Browse files
chore: bump action version to v0.0.35
1 parent 7ab3f8b commit 29c4bed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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.34
19+
- uses: oasdiff/oasdiff-action/breaking@v0.0.35
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.34
50+
- uses: oasdiff/oasdiff-action/changelog@v0.0.35
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.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
133133
jobs:
@@ -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

Comments
 (0)