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 1212 - uses : actions/checkout@v5
1313
1414 - name : Setup python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : 3.x
1818
2828 - uses : actions/checkout@v5
2929
3030 - name : Setup python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : 3.x
3434
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v5
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : 3.x
2020
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v5
1919
2020 - name : Setup python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
You can’t perform that action at this time.
0 commit comments