Skip to content

Commit 949d086

Browse files
committed
use latest version for spectral
1 parent e2dd517 commit 949d086

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deutschland_generator.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ['3.7.8' ]
9+
python-version: ['3.11.1' ]
1010
steps:
1111
- uses: actions/checkout@v2
1212

@@ -15,10 +15,9 @@ jobs:
1515
continue-on-error: true
1616
run: |
1717
set -C; echo "extends: spectral:oas" > .spectral.yaml
18-
1918
# Runs a single command using the runners shell
2019
- name: "Lint file"
21-
uses: stoplightio/spectral-action@v0.8.1
20+
uses: stoplightio/spectral-action@latest
2221
with:
2322
file_glob: "openapi.yaml"
2423

@@ -31,4 +30,4 @@ jobs:
3130
upload-to-testpypi: false
3231
pypi-token: ${{ secrets.PYPI_PRODUCTION }}
3332
testpypi-token: ${{ secrets.PYPI_TEST }}
34-
python-version: ${{ matrix.python-version }}
33+
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)