Skip to content

Commit b1aa0a0

Browse files
release-4.199.0 (#1001)
* release-4.199.0 * Update test.yaml * Update test.yaml
1 parent a1b9575 commit b1aa0a0

File tree

2 files changed

+15352
-6202
lines changed

2 files changed

+15352
-6202
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: Set up Python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: '3.7.x'
13+
python-version: '3.9'
1414
architecture: 'x64'
1515
- name: Cache pip
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.cache/pip
1919
# Look to see if there is a cache hit for the corresponding requirements file
@@ -27,4 +27,4 @@ jobs:
2727
pip install openapi3
2828
- name: openapi linter
2929
run: |
30-
python -m openapi3 openapi.yaml
30+
python -m openapi3 openapi.yaml

0 commit comments

Comments
 (0)