From 7a04c73be9f945da118f4d1f22247a12fe15d322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 08:20:06 +0000 Subject: [PATCH] Bump spectralops/spectral-github-action from 1 to 4 Bumps [spectralops/spectral-github-action](https://github.com/spectralops/spectral-github-action) from 1 to 4. - [Release notes](https://github.com/spectralops/spectral-github-action/releases) - [Commits](https://github.com/spectralops/spectral-github-action/compare/v1...v4) --- updated-dependencies: - dependency-name: spectralops/spectral-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/spectral.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spectral.yaml b/.github/workflows/spectral.yaml index 59b6c3f9..b4e76d6c 100644 --- a/.github/workflows/spectral.yaml +++ b/.github/workflows/spectral.yaml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Spectral - uses: spectralops/spectral-github-action@v1 + uses: spectralops/spectral-github-action@v4 with: spectral-dsn: ${{ secrets.SPECTRAL_DSN }} - name: Spectral Scan