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 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020
21- - uses : actions/setup-python@v5
21+ - uses : actions/setup-python@v6
2222 name : Install Python
2323 with :
2424 python-version : " 3.11"
Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/checkout@v5
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 cache : " pip"
You can’t perform that action at this time.
0 commit comments