From fe7e155819b9c16cb3a71e04157730995f688e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 11:04:24 +0000 Subject: [PATCH] build(deps): bump oasdiff/oasdiff-action from 0.1.14 to 0.1.15 Bumps [oasdiff/oasdiff-action](https://github.com/oasdiff/oasdiff-action) from 0.1.14 to 0.1.15. - [Release notes](https://github.com/oasdiff/oasdiff-action/releases) - [Commits](https://github.com/oasdiff/oasdiff-action/compare/v0.1.14...v0.1.15) --- updated-dependencies: - dependency-name: oasdiff/oasdiff-action dependency-version: 0.1.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/openapi_breaking_changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openapi_breaking_changes.yml b/.github/workflows/openapi_breaking_changes.yml index cd3cd6f76ed..4b85135b580 100644 --- a/.github/workflows/openapi_breaking_changes.yml +++ b/.github/workflows/openapi_breaking_changes.yml @@ -55,7 +55,7 @@ jobs: yarn build - name: Check for Breaking Changes - uses: oasdiff/oasdiff-action/breaking@v0.1.14 + uses: oasdiff/oasdiff-action/breaking@v0.1.15 with: base: 'base/docs/openapi/dist/latest/openapi.yaml' revision: 'pr/docs/openapi/dist/latest/openapi.yaml'