diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 30237be21f4..2b8401020a3 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: install code - uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 + uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 with: environment-name: lint condarc: | diff --git a/.github/workflows/linter_make_comment.yml b/.github/workflows/linter_make_comment.yml index 8ae7a675326..7338aaf65a3 100644 --- a/.github/workflows/linter_make_comment.yml +++ b/.github/workflows/linter_make_comment.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: install code - uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 + uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 with: environment-name: lint condarc: |