File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 - name : Checkout
1111 uses : actions/checkout@v5
1212 - name : Set up Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : 3.9
1616 - name : Install flake8
2727 - name : Checkout
2828 uses : actions/checkout@v5
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : 3.9
3333 - run : python -m pip install isort
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.10'
2323
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.10'
2323
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v5
2929 - name : Set up Python ${{ matrix.python-version }}
3030
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 - name : Install dependencies
6262 - uses : actions/checkout@v5
6363 - name : Set up Python ${{ matrix.python-version }}
6464
65- uses : actions/setup-python@v5
65+ uses : actions/setup-python@v6
6666 with :
6767 python-version : ${{ matrix.python-version }}
6868 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments