From 8f3a02db2631222bcd2c780f3fc4c2e6d2f92752 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Wed, 15 Apr 2026 16:18:29 +0300 Subject: [PATCH] docs: bump README to v0.0.40-beta.1 (OpenAPI 3.1 support) Co-Authored-By: Claude Opus 4.6 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ef9d525..a3a7a53 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ jobs: oasdiff: runs-on: ubuntu-latest steps: - - uses: oasdiff/oasdiff-action/breaking@v0.0.39 + - uses: oasdiff/oasdiff-action/breaking@v0.0.40-beta.1 with: base: 'specs/base.yaml' revision: 'specs/revision.yaml' @@ -47,7 +47,7 @@ jobs: oasdiff: runs-on: ubuntu-latest steps: - - uses: oasdiff/oasdiff-action/changelog@v0.0.39 + - uses: oasdiff/oasdiff-action/changelog@v0.0.40-beta.1 with: base: 'specs/base.yaml' revision: 'specs/revision.yaml' @@ -79,7 +79,7 @@ jobs: oasdiff: runs-on: ubuntu-latest steps: - - uses: oasdiff/oasdiff-action/diff@v0.0.39 + - uses: oasdiff/oasdiff-action/diff@v0.0.40-beta.1 with: base: 'specs/base.yaml' revision: 'specs/revision.yaml' @@ -115,7 +115,7 @@ File paths and git refs require the repository to be checked out first: ```yaml - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} -- uses: oasdiff/oasdiff-action/breaking@v0.0.39 +- uses: oasdiff/oasdiff-action/breaking@v0.0.40-beta.1 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' @@ -127,7 +127,7 @@ File paths and git refs require the repository to be checked out first: ## Pro: Rich PR comment -`oasdiff/oasdiff-action/pr-comment@v0.0.39` posts a single auto-updating comment on every PR that touches your API spec. +`oasdiff/oasdiff-action/pr-comment@v0.0.40-beta.1` posts a single auto-updating comment on every PR that touches your API spec. **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. @@ -136,7 +136,7 @@ jobs: oasdiff: runs-on: ubuntu-latest steps: - - uses: oasdiff/oasdiff-action/pr-comment@v0.0.39 + - uses: oasdiff/oasdiff-action/pr-comment@v0.0.40-beta.1 with: base: 'specs/base.yaml' revision: 'specs/revision.yaml'