File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
name : flake8
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v3
10
10
11
11
- name : Set up Python 3
12
- uses : actions/setup-python@v1
12
+ uses : actions/setup-python@v3
13
13
14
14
- name : Install flake8
15
15
run : pip3 install flake8
35
35
name : caddyfmt
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v3
39
39
40
40
- name : Install caddy
41
41
run : |
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
matrix :
11
11
python-version : ["3.9", "3.10"]
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
15
15
- name : Install Python ${{ matrix.python-version }}
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v3
17
17
with :
18
18
python-version : ${{ matrix.python-version }}
19
19
You can’t perform that action at this time.
0 commit comments