From d7e3a47dfca16c40a118f74220bbd8879e46c152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 00:19:39 +0000 Subject: [PATCH] chore(deps): bump stoplightio/spectral-action from 0.8.8 to 0.8.9 Bumps [stoplightio/spectral-action](https://github.com/stoplightio/spectral-action) from 0.8.8 to 0.8.9. - [Release notes](https://github.com/stoplightio/spectral-action/releases) - [Commits](https://github.com/stoplightio/spectral-action/compare/v0.8.8...v0.8.9) --- updated-dependencies: - dependency-name: stoplightio/spectral-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 38163cc71e..5e9dad227d 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: stoplightio/spectral-action@v0.8.8 + - uses: stoplightio/spectral-action@v0.8.9 with: file_glob: doc/api/*.yaml repo_token: ${{ secrets.GITHUB_TOKEN }}