File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v4
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v4.6 .1
19+ uses : actions/setup-python@v4.7 .1
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Install dependencies
3737 steps :
3838 - uses : actions/checkout@v4
3939 - name : Set up Python 3.8
40- uses : actions/setup-python@v4.6 .1
40+ uses : actions/setup-python@v4.7 .1
4141 with :
4242 python-version : 3.8
4343 - name : Intall Flake8
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 - name : Set up Python
13- uses : actions/setup-python@v4.6 .1
13+ uses : actions/setup-python@v4.7 .1
1414 with :
1515 python-version : " 3.x"
1616 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments