Skip to content

Commit 3f345c8

Browse files
Update test.yaml
1 parent 35e7f09 commit 3f345c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 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:
1313
python-version: '3.7.x'
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)