We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2dd517 commit 949d086Copy full SHA for 949d086
1 file changed
.github/workflows/deutschland_generator.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python-version: ['3.7.8' ]
+ python-version: ['3.11.1' ]
10
steps:
11
- uses: actions/checkout@v2
12
@@ -15,10 +15,9 @@ jobs:
15
continue-on-error: true
16
run: |
17
set -C; echo "extends: spectral:oas" > .spectral.yaml
18
-
19
# Runs a single command using the runners shell
20
- name: "Lint file"
21
- uses: stoplightio/spectral-action@v0.8.1
+ uses: stoplightio/spectral-action@latest
22
with:
23
file_glob: "openapi.yaml"
24
@@ -31,4 +30,4 @@ jobs:
31
30
upload-to-testpypi: false
32
pypi-token: ${{ secrets.PYPI_PRODUCTION }}
33
testpypi-token: ${{ secrets.PYPI_TEST }}
34
- python-version: ${{ matrix.python-version }}
+ python-version: ${{ matrix.python-version }}
0 commit comments