File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : actions/setup-python@v5
13+ - uses : actions/setup-python@v6
1414 with :
1515 python-version : 3.12
1616 - uses : actions/setup-node@v5
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v5
1414
1515 - name : Set up Python 3.9
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : 3.9
1919
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v5
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 cache : " pip"
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v5
1414
1515 - name : Set up Python 3.13
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : 3.13
1919
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v5
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 cache : " pip"
You can’t perform that action at this time.
0 commit comments