From 2280ad29887646ccc73c482a93b034ff834f260d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=2E=20Cofi=C3=B1o?= Date: Wed, 17 Apr 2024 11:17:05 +0200 Subject: [PATCH] Update actions and add mamba --- .github/workflows/book.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 5748d97b..2af7ac8e 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -15,16 +15,15 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Install dependencies # Install Mambaforge - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: environment-file: binder/conda/environment.yml - miniforge-version: latest - miniforge-variant: Mambaforge + mamba-version: "*" # Build the book - name: Build the book run: |