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 2323 steps :
2424 - uses : actions/checkout@v5
2525
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 cache : ' pip'
5454 steps :
5555 - uses : actions/checkout@v5
5656
57- - uses : actions/setup-python@v5
57+ - uses : actions/setup-python@v6
5858 with :
5959 python-version : ' 3.9'
6060
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v5
2424 - run : git fetch --no-tags --prune --depth=1 origin gh-pages
25- - uses : actions/setup-python@v5
25+ - uses : actions/setup-python@v6
2626 with :
2727 python-version : 3.x
2828 - run : pip install -r requirements/requirements-documentation.txt
Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0
1717
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.10"
2121
You can’t perform that action at this time.
0 commit comments