File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v5
1818
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 allow-prereleases : true
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v5
1212 - name : Set up Python 3.12
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : 3.12
1616 allow-prereleases : true
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v5
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : 3.x
1919
You can’t perform that action at this time.
0 commit comments