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 66 name : flake8
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010
1111 - name : Set up Python 3
12- uses : actions/setup-python@v1
12+ uses : actions/setup-python@v3
1313
1414 - name : Install flake8
1515 run : pip3 install flake8
3535 name : caddyfmt
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v2
38+ - uses : actions/checkout@v3
3939
4040 - name : Install caddy
4141 run : |
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 matrix :
1111 python-version : ["3.9", "3.10"]
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - name : Install Python ${{ matrix.python-version }}
16- uses : actions/setup-python@v2
16+ uses : actions/setup-python@v3
1717 with :
1818 python-version : ${{ matrix.python-version }}
1919
You can’t perform that action at this time.
0 commit comments