File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v7
13- - uses : actions/setup-python@v6
13+ - uses : actions/setup-python@v7
1414 with :
1515 python-version : 3.14
1616 - run : echo "repbot.docs.chojo.dev" > ./docs/CNAME
Original file line number Diff line number Diff line change 4040 token : ${{ secrets.GITHUB_TOKEN }}
4141
4242 - name : Set up Python
43- uses : actions/setup-python@v6
43+ uses : actions/setup-python@v7
4444 with :
4545 python-version : 3.14
4646
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 steps :
148148 - uses : actions/checkout@v7
149149 - name : Set up Python
150- uses : actions/setup-python@v6
150+ uses : actions/setup-python@v7
151151 with :
152152 python-version : ${{ env.PYTHON_VERSION }}
153153 - name : Set up JDK
@@ -195,7 +195,7 @@ jobs:
195195
196196 steps :
197197 - uses : actions/checkout@v7
198- - uses : actions/setup-python@v6
198+ - uses : actions/setup-python@v7
199199 with :
200200 python-version : ${{ env.PYTHON_VERSION }}
201201 - run : pip install pipenv && pipenv install && pipenv run mkdocs build
You can’t perform that action at this time.
0 commit comments