diff --git a/.github/workflows/spectral.yml b/.github/workflows/spectral.yml index 9633230..a763334 100644 --- a/.github/workflows/spectral.yml +++ b/.github/workflows/spectral.yml @@ -7,7 +7,7 @@ jobs: name: Spectral checks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Test this action against an incorrect file. id: expect-failure continue-on-error: true diff --git a/README.md b/README.md index 60f5d9c..aaa9b73 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: # Check out the repository - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Run Spectral - uses: stoplightio/spectral-action@latest