We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255d2bd commit 9a09ecdCopy full SHA for 9a09ecd
.github/workflows/main.yaml
@@ -39,7 +39,7 @@ jobs:
39
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
40
- uses: actions/checkout@v4
41
- name: Set up Python v${{ matrix.python-version }}
42
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
43
with:
44
python-version: ${{ matrix.python-version }}
45
- name: Install flake8
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
- name: Install OpenAPI Spec Validator
0 commit comments