From b9f520196a0aca1ac395bfcbb6e96739d373e4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 11:53:23 +0200 Subject: [PATCH] chore(deps): bump stoplightio/spectral-action from 0.8.2 to 0.8.8 (#4010) Bumps [stoplightio/spectral-action](https://github.com/stoplightio/spectral-action) from 0.8.2 to 0.8.8. - [Release notes](https://github.com/stoplightio/spectral-action/releases) - [Commits](https://github.com/stoplightio/spectral-action/compare/v0.8.2...v0.8.8) --- updated-dependencies: - dependency-name: stoplightio/spectral-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 72a90264c1..a199d5c7fe 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: stoplightio/spectral-action@v0.8.2 + - uses: stoplightio/spectral-action@v0.8.8 with: file_glob: doc/api/*.yaml repo_token: ${{ secrets.GITHUB_TOKEN }}