From d5862a123e86138923a63465a77a5e4c6f76667c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:38:38 +0000 Subject: [PATCH] build(deps): bump stoplightio/spectral-action from 0.8.10 to 0.8.11 Bumps [stoplightio/spectral-action](https://github.com/stoplightio/spectral-action) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/stoplightio/spectral-action/releases) - [Commits](https://github.com/stoplightio/spectral-action/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: stoplightio/spectral-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/static-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index 787d5a3a86..378b20002e 100644 --- a/.github/workflows/static-checks.yml +++ b/.github/workflows/static-checks.yml @@ -105,7 +105,7 @@ jobs: run: | echo '{"extends": ["spectral:oas"]}' > .spectral.json - name: Run spectral - uses: stoplightio/spectral-action@v0.8.10 + uses: stoplightio/spectral-action@v0.8.11 with: file_glob: src/www/ui/api/documentation/openapi.yaml