Skip to content

Commit 7a427b8

Browse files
committed
fix lint
1 parent 980a343 commit 7a427b8

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
11-
uses: actions/setup-python@v2
11+
uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.7.x'
1414
architecture: 'x64'
1515
- name: Cache pip
16-
uses: actions/cache@v2
16+
uses: actions/cache@v3
1717
with:
1818
path: ~/.cache/pip
1919
# Look to see if there is a cache hit for the corresponding requirements file

0 commit comments

Comments
 (0)