Skip to content

Commit a712a02

Browse files
upgrade to setup-micromamba v2 (#4)
1 parent 6378fe8 commit a712a02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_cylc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Setup Mamba
2525
if: ${{ matrix.micromamba_installed }} == true
26-
uses: mamba-org/setup-micromamba@v1
26+
uses: mamba-org/setup-micromamba@v2
2727

2828
- name: Setup Cylc
2929
uses: ./

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
# install micromamba if necessary
2323
- name: Install Mamba
2424
if: steps.check_mamba.outcome == 'failure'
25-
uses: mamba-org/setup-micromamba@v1
25+
uses: mamba-org/setup-micromamba@v2
2626
with:
2727
init-shell: bash
2828
post-cleanup: 'all'

0 commit comments

Comments
 (0)