Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 30f5a8b

Browse files
committed
update github action steps
1 parent 4c37b01 commit 30f5a8b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/on-push.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,17 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
#- name: Codespell with annotations
3535
# uses: codespell-project/actions-codespell@v1.0
3636

3737

3838
- name: Install Conda Environment
39-
uses: mamba-org/provision-with-micromamba@v13
39+
uses: mamba-org/setup-micromamba@v1
4040
with:
4141
environment-file: /binder/environment.yml
42-
cache-env: true
43-
cache-env-key: ubuntu-latest-3.10
42+
cache-environment: true
4443

4544
- name: Build Jupyter Book
4645
run: |

0 commit comments

Comments
 (0)