We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172b35a commit aab1271Copy full SHA for aab1271
.github/workflows/main.yml
@@ -24,15 +24,14 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
28
29
- name: Setup conda
30
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
31
with:
32
activate-environment: jupyterlite-sphinx
33
environment-file: dev-environment.yml
34
python-version: ${{ matrix.python-version }}
35
- miniforge-variant: Mambaforge
36
miniforge-version: latest
37
auto-activate-base: false
38
0 commit comments