File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 - name : Setup Anaconda
1414 uses : conda-incubator/setup-miniconda@v3
1515 with :
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Checkout
8- uses : actions/checkout@v5
8+ uses : actions/checkout@v6
99 - name : Setup Anaconda
1010 uses : conda-incubator/setup-miniconda@v3
1111 with :
Original file line number Diff line number Diff line change 77 container :
88 image : us-docker.pkg.dev/colab-images/public/runtime:latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 with :
1212 ref : ${{ github.event.pull_request.head.sha }}
1313 - name : Check for dockerenv file
Original file line number Diff line number Diff line change 1313 steps :
1414 # Checkout the live site (html)
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 ref : gh-pages
1919 - name : Link Checker
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 - name : Setup Anaconda
1414 uses : conda-incubator/setup-miniconda@v3
1515 with :
9090 }
9191 EOF
9292 - name : Upload archives to release
93- uses : softprops/action-gh-release@v1
93+ uses : softprops/action-gh-release@v2
9494 with :
9595 files : |
9696 lecture-python-intro-html-${{ github.ref_name }}.tar.gz
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ dependencies:
77 - pip
88 - pip :
99 - jupyter-book==1.0.4post1
10- - quantecon-book-theme==0.9.2
10+ - quantecon-book-theme==0.15.0
1111 - sphinx-tojupyter==0.3.1
12- - sphinxext-rediraffe==0.2.7
12+ - sphinxext-rediraffe==0.3.0
1313 - sphinx-exercise==1.0.1
14- - sphinx-proof==0.2.1
14+ - sphinx-proof==0.3.0
1515 - sphinxcontrib-youtube==1.4.1
1616 - sphinx-togglebutton==0.3.2
1717 - sphinx-reredirects==1.0.0
You can’t perform that action at this time.
0 commit comments