From e68575f768d6d82d75ad522e73d93abf92bad83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 07:45:27 +0000 Subject: [PATCH] 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/linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 0356fd4..2c5e8ad 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: stoplightio/spectral-action@v0.8.10 + - uses: stoplightio/spectral-action@v0.8.11 with: file_glob: 'openapi.yaml'