File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 id : install-python
4747 uses : actions/setup-python@v5
4848 with :
49- python-version : 3
49+ python-version : 3.13
5050 cache : pip
5151 - name : Process Python Cache
5252 id : cache-requirements
@@ -100,4 +100,4 @@ jobs:
100100 with :
101101 path : site
102102 - name : Deploy backup to GitHub Pages
103- uses : actions/deploy-pages@v4
103+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 2020 - name : Install Python
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : 3
23+ python-version : 3.13
2424 cache : pip
2525 - name : Install style-check deps
2626 run : python .github/scripts/install_dev_deps.py
3838 id : install-python
3939 uses : actions/setup-python@v5
4040 with :
41- python-version : 3
41+ python-version : 3.13
4242 cache : pip
4343 - name : Process Python Cache
4444 id : cache-requirements
8383 id : install-python
8484 uses : actions/setup-python@v5
8585 with :
86- python-version : 3
86+ python-version : 3.13
8787 cache : pip
8888 - name : Process Python Cache
8989 id : cache-requirements
@@ -114,7 +114,7 @@ jobs:
114114 id : install-python
115115 uses : actions/setup-python@v5
116116 with :
117- python-version : 3
117+ python-version : 3.13
118118 cache : pip
119119 - name : Process Python Cache
120120 id : cache-requirements
@@ -147,4 +147,4 @@ jobs:
147147 # needs: check-repos
148148 # runs-on: ubuntu-latest
149149 # steps:
150- # - run: echo "Success"
150+ # - run: echo "Success"
You can’t perform that action at this time.
0 commit comments