Skip to content

Commit 29a8d81

Browse files
author
Daniel Morcuende
authored
bump mamba setup version in cI
1 parent c1c1039 commit 29a8d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Set up Python 3.11
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: 3.11
2525

@@ -57,7 +57,7 @@ jobs:
5757
sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment.yml
5858
5959
- name: Setup Mamba
60-
uses: mamba-org/setup-micromamba@v1
60+
uses: mamba-org/setup-micromamba@v2
6161
with:
6262
environment-file: environment.yml
6363
cache-environment: true

0 commit comments

Comments
 (0)