Skip to content

Commit 269abdc

Browse files
chore(deps): bump mamba-org/setup-micromamba from 1 to 3 (#2740)
1 parent 741ee84 commit 269abdc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Setup Micromamba
25-
uses: mamba-org/setup-micromamba@v2
25+
uses: mamba-org/setup-micromamba@v3
2626
with:
2727
environment-file: etc/environment.yml
2828
cache-environment: true

.github/workflows/rtd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo $GITHUB_EVENT_NAME
8888
8989
- name: Setup Micromamba
90-
uses: mamba-org/setup-micromamba@v1
90+
uses: mamba-org/setup-micromamba@v3
9191
with:
9292
environment-file: flopy/etc/environment.yml
9393
cache-environment: true

0 commit comments

Comments
 (0)