Skip to content

Commit 1dfb651

Browse files
authored
Merge branch 'main' into dependabot/conda/anaconda-2025.12
2 parents e838b6f + d8fc6a6 commit 1dfb651

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
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:

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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:
@@ -90,7 +90,7 @@ jobs:
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

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)