Skip to content

Commit 32ac86d

Browse files
authored
Merge branch 'main' into update-rng-time-series-with-matrices
2 parents 69b7f21 + 99fbdbf commit 32ac86d

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Anaconda
16-
uses: conda-incubator/setup-miniconda@v3
16+
uses: conda-incubator/setup-miniconda@v4
1717
with:
1818
auto-update-conda: true
1919
auto-activate-base: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
fetch-depth: 0
1111
- name: Setup Anaconda
12-
uses: conda-incubator/setup-miniconda@v3
12+
uses: conda-incubator/setup-miniconda@v4
1313
with:
1414
auto-update-conda: true
1515
auto-activate-base: true
@@ -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@v18
43+
uses: dawidd6/action-download-artifact@v21
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@v18
23+
uses: dawidd6/action-download-artifact@v21
2424
with:
2525
workflow: cache.yml
2626
branch: main

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Anaconda
16-
uses: conda-incubator/setup-miniconda@v3
16+
uses: conda-incubator/setup-miniconda@v4
1717
with:
1818
auto-update-conda: true
1919
auto-activate-base: true
@@ -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@v18
44+
uses: dawidd6/action-download-artifact@v21
4545
with:
4646
workflow: cache.yml
4747
branch: main
@@ -92,7 +92,7 @@ jobs:
9292
}
9393
EOF
9494
- name: Upload archives to release
95-
uses: softprops/action-gh-release@v2
95+
uses: softprops/action-gh-release@v3
9696
with:
9797
files: |
9898
lecture-python-intro-html-${{ github.ref_name }}.tar.gz

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.20.0
10+
- quantecon-book-theme==0.20.3
1111
- sphinx-tojupyter==0.6.0
1212
- sphinxext-rediraffe==0.3.0
1313
- sphinx-exercise==1.2.1

0 commit comments

Comments
 (0)