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 35e7f09 commit 3f345c8Copy full SHA for 3f345c8
.github/workflows/test.yaml
@@ -6,14 +6,14 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
- name: Set up Python
11
uses: actions/setup-python@v2
12
with:
13
python-version: '3.7.x'
14
architecture: 'x64'
15
- name: Cache pip
16
- uses: actions/cache@v2
+ uses: actions/cache@v4
17
18
path: ~/.cache/pip
19
# Look to see if there is a cache hit for the corresponding requirements file
@@ -27,4 +27,4 @@ jobs:
27
pip install openapi3
28
- name: openapi linter
29
run: |
30
- python -m openapi3 openapi.yaml
+ python -m openapi3 openapi.yaml
0 commit comments