File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v5
1313 - name : Set up Python
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : 3.8
1717 - name : Install Flit
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v5
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : 3.8
1818 - name : Install Flit
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@v5
2828 - name : Set up Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install core
4141 steps :
4242 - uses : actions/checkout@v5
4343 - name : Set up Python
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : 3.9
4747 - name : Install Flit
You can’t perform that action at this time.
0 commit comments