From 76be2805a9b4ac6eb22744686bda0cabd927db45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:16:06 +0000 Subject: [PATCH] build(deps): bump oasdiff/oasdiff-action from 0.0.48 to 0.1.1 Bumps [oasdiff/oasdiff-action](https://github.com/oasdiff/oasdiff-action) from 0.0.48 to 0.1.1. - [Release notes](https://github.com/oasdiff/oasdiff-action/releases) - [Commits](https://github.com/oasdiff/oasdiff-action/compare/50e6a3413e5aa9c3ae4d8393c34745be44288b46...5fbe96ede8d0c53aeadef122d7a0abb79152d493) --- updated-dependencies: - dependency-name: oasdiff/oasdiff-action dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1e53e3..0755986 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: - name: API breaking-change gate if: github.event_name == 'pull_request' && steps.base-spec.outputs.exists == 'true' - uses: oasdiff/oasdiff-action/breaking@50e6a3413e5aa9c3ae4d8393c34745be44288b46 # v0.0.48 + uses: oasdiff/oasdiff-action/breaking@5fbe96ede8d0c53aeadef122d7a0abb79152d493 # v0.1.1 with: base: openapi-base.json revision: docs/openapi.json