From f0f21d195d17456b61b088f3ea26ba35102c82fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 09:12:28 +0000 Subject: [PATCH] chore(deps): bump schemathesis/action from 2 to 3 Bumps [schemathesis/action](https://github.com/schemathesis/action) from 2 to 3. - [Release notes](https://github.com/schemathesis/action/releases) - [Commits](https://github.com/schemathesis/action/compare/v2...v3) --- updated-dependencies: - dependency-name: schemathesis/action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/contract-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contract-tests.yml b/.github/workflows/contract-tests.yml index e04adf423..fd8e3ab4b 100644 --- a/.github/workflows/contract-tests.yml +++ b/.github/workflows/contract-tests.yml @@ -28,7 +28,7 @@ jobs: done - name: Run Schemathesis - uses: schemathesis/action@v2 + uses: schemathesis/action@v3 with: schema: './docs/swagger/swagger.json' base-url: 'http://localhost:8080'