Skip to content

Commit 7b7e71c

Browse files
committed
Update actions
1 parent eecf4a5 commit 7b7e71c

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-book.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
run:
2020
shell: bash -el {0}
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
# Install dependencies
25-
- uses: conda-incubator/setup-miniconda@v2
25+
- uses: conda-incubator/setup-miniconda@v3
2626
with:
27-
python-version: '3.10'
27+
python-version: '3.12'
2828
mamba-version: "*"
2929
channels: conda-forge,defaults
3030
channel-priority: true
@@ -37,7 +37,7 @@ jobs:
3737
3838
# Upload the book's html (can download to check it)
3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: bioimage-book-html
4343
path: _build/html

.github/workflows/deploy-book.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
run:
2020
shell: bash -el {0}
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
# Install dependencies
25-
- uses: conda-incubator/setup-miniconda@v2
25+
- uses: conda-incubator/setup-miniconda@v3
2626
with:
27-
python-version: '3.10'
27+
python-version: '3.12'
2828
mamba-version: "*"
2929
channels: conda-forge,defaults
3030
channel-priority: true
@@ -38,7 +38,7 @@ jobs:
3838
3939
# Push the book's HTML to github-pages
4040
- name: GitHub Pages action
41-
uses: peaceiris/actions-gh-pages@v3.6.1
41+
uses: peaceiris/actions-gh-pages@v4
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
publish_dir: ./_build/html

.github/workflows/push_translations.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
run:
1818
shell: bash -el {0}
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
# Install dependencies
23-
- uses: conda-incubator/setup-miniconda@v2
23+
- uses: conda-incubator/setup-miniconda@v3
2424
with:
25-
python-version: '3.10'
25+
python-version: '3.12'
2626
mamba-version: "*"
2727
channels: conda-forge,defaults
2828
channel-priority: true

0 commit comments

Comments
 (0)