From b618607de1ced32a1246f7988da4b57ee1d4711c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 11:03:14 +0000 Subject: [PATCH] build(deps): bump oasdiff/oasdiff-action from 0.1.12 to 0.1.13 Bumps [oasdiff/oasdiff-action](https://github.com/oasdiff/oasdiff-action) from 0.1.12 to 0.1.13. - [Release notes](https://github.com/oasdiff/oasdiff-action/releases) - [Commits](https://github.com/oasdiff/oasdiff-action/compare/v0.1.12...v0.1.13) --- updated-dependencies: - dependency-name: oasdiff/oasdiff-action dependency-version: 0.1.13 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 6a2505c1b03..0316569426c 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.12 + uses: oasdiff/oasdiff-action/breaking@v0.1.13 with: base: 'base/docs/openapi/dist/latest/openapi.yaml' revision: 'pr/docs/openapi/dist/latest/openapi.yaml'