File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 test :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Install Python 3
1616 uses : actions/setup-python@v4
1717 with :
2727 name : Python linting
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - name : Black Python linting
3232 uses : lgeiger/black-action@v1.0.1
3333 with :
3737 runs-on : ubuntu-latest
3838 needs : [lint, test]
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4141 - name : Set up Python
4242 uses : actions/setup-python@v4
4343 with :
Original file line number Diff line number Diff line change 1717 test :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Install Python 3
2222 uses : actions/setup-python@v4
2323 with :
3333 name : Python linting
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - name : Black Python linting
3838 uses : lgeiger/black-action@v1.0.1
3939 with :
4343 runs-on : ubuntu-latest
4444 needs : [lint, test]
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 - name : Set up Python
4848 uses : actions/setup-python@v4
4949 with :
You can’t perform that action at this time.
0 commit comments