From 4934a74d421b6da43204b23f0bd231773ff5f722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 23:04:27 +0000 Subject: [PATCH] Bump stoplightio/spectral-action from 0.8.1 to 0.8.10 Bumps [stoplightio/spectral-action](https://github.com/stoplightio/spectral-action) from 0.8.1 to 0.8.10. - [Release notes](https://github.com/stoplightio/spectral-action/releases) - [Commits](https://github.com/stoplightio/spectral-action/compare/v0.8.1...v0.8.10) --- 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 605d5ee..869b3e5 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: stoplightio/spectral-action@v0.8.1 + - uses: stoplightio/spectral-action@v0.8.10 with: file_glob: 'openapi.yaml'