@@ -11,59 +11,59 @@ jobs:
1111 name : Spectral ubuntu CI
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 - name : Install and run Spectral CI
16- uses : spectralops/spectral-github-action@v2
16+ uses : spectralops/spectral-github-action@v3
1717 with :
1818 spectral-dsn : ${{ env.SPECTRAL_DSN }}
1919 spectral-args : scan --ok
2020 ubuntu-audit :
2121 name : Spectral ubuntu audit
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 - name : Install and run Spectral Audit
26- uses : spectralops/spectral-github-action@v2
26+ uses : spectralops/spectral-github-action@v3
2727 with :
2828 spectral-dsn : ${{ env.SPECTRAL_DSN }}
2929 spectral-args : github -k repo -t ${{ secrets.MY_GITHUB_TOKEN }} https://github.com/SpectralOps/spectral-github-action --include-tags base,audit --ok
3030 macos-ci :
3131 name : Spectral macos CI
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v3
3535 - name : Install and run Spectral CI
36- uses : spectralops/spectral-github-action@v2
36+ uses : spectralops/spectral-github-action@v3
3737 with :
3838 spectral-dsn : ${{ env.SPECTRAL_DSN }}
3939 spectral-args : scan --ok
4040 macos-audit :
4141 name : Spectral macos audit
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v3
4545 - name : Install and run Spectral Audit
46- uses : spectralops/spectral-github-action@v2
46+ uses : spectralops/spectral-github-action@v3
4747 with :
4848 spectral-dsn : ${{ env.SPECTRAL_DSN }}
4949 spectral-args : github -k repo -t ${{ secrets.MY_GITHUB_TOKEN }} https://github.com/SpectralOps/spectral-github-action --include-tags base,audit --ok
5050 windows-ci :
5151 name : Spectral windows CI
5252 runs-on : windows-latest
5353 steps :
54- - uses : actions/checkout@v2
54+ - uses : actions/checkout@v3
5555 - name : Install and run Spectral CI
56- uses : spectralops/spectral-github-action@v2
56+ uses : spectralops/spectral-github-action@v3
5757 with :
5858 spectral-dsn : ${{ env.SPECTRAL_DSN }}
5959 spectral-args : scan --ok
6060 windows-audit :
6161 name : Spectral windows audit
6262 runs-on : windows-latest
6363 steps :
64- - uses : actions/checkout@v2
64+ - uses : actions/checkout@v3
6565 - name : Install and run Spectral Audit
66- uses : spectralops/spectral-github-action@v2
66+ uses : spectralops/spectral-github-action@v3
6767 with :
6868 spectral-dsn : ${{ env.SPECTRAL_DSN }}
6969 spectral-args : github -k repo -t ${{ secrets.MY_GITHUB_TOKEN }} https://github.com/SpectralOps/spectral-github-action --include-tags base,audit --ok
0 commit comments