diff --git a/template/.github/workflows/autoupdate.yml b/template/.github/workflows/autoupdate.yml index c9a3a92..e44e07e 100644 --- a/template/.github/workflows/autoupdate.yml +++ b/template/.github/workflows/autoupdate.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v4 - name: Set up Conda env - uses: mamba-org/setup-micromamba@59b11321ffd9186cd5165633a02c5bba47de6d13 + uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 with: environment-file: environment.yml environment-name: check-env diff --git a/template/.github/workflows/ci.yml b/template/.github/workflows/ci.yml index a313bdc..dc14ee8 100644 --- a/template/.github/workflows/ci.yml +++ b/template/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Conda env - uses: mamba-org/setup-micromamba@59b11321ffd9186cd5165633a02c5bba47de6d13 + uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 with: environment-file: environment.yml environment-name: test-env