Skip to content

Commit ce3d405

Browse files
authored
Merge branch 'main' into dependabot/conda/sphinx-togglebutton-0.4.4
2 parents 40d00e4 + 17fd346 commit ce3d405

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: bash -l {0}
4141
run: pip list
4242
- name: Download "build" folder (cache)
43-
uses: dawidd6/action-download-artifact@v12
43+
uses: dawidd6/action-download-artifact@v15
4444
with:
4545
workflow: cache.yml
4646
branch: main

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
shell: bash -l {0}
2121
run: pip list
2222
- name: Download "build" folder (cache)
23-
uses: dawidd6/action-download-artifact@v12
23+
uses: dawidd6/action-download-artifact@v15
2424
with:
2525
workflow: cache.yml
2626
branch: main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: bash -l {0}
4242
run: pip list
4343
- name: Download "build" folder (cache)
44-
uses: dawidd6/action-download-artifact@v12
44+
uses: dawidd6/action-download-artifact@v15
4545
with:
4646
workflow: cache.yml
4747
branch: main

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pip
88
- pip:
99
- jupyter-book==1.0.4post1
10-
- quantecon-book-theme==0.15.1
10+
- quantecon-book-theme==0.17.1
1111
- sphinx-tojupyter==0.6.0
1212
- sphinxext-rediraffe==0.3.0
1313
- sphinx-exercise==1.2.1

0 commit comments

Comments
 (0)