From 570f9dc7213f34b4822bf07ee501120614b01c26 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Wed, 24 Jul 2024 17:15:47 +0200 Subject: [PATCH] Use miniforge, update pins --- .github/workflows/deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 51bcca9fa9..017d940af2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,16 +12,15 @@ jobs: name: deploy runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3 + - uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4 with: python-version: 3.8 channels: conda-forge channel-priority: strict show-channel-urls: true miniforge-version: latest - miniforge-variant: Mambaforge activate-environment: conda-forge-docs environment-file: .ci_scripts/environment.yml @@ -35,7 +34,7 @@ jobs: - name: deploy if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') - uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4 + uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages