Skip to content

Commit 2b799bf

Browse files
Bump mamba-org/setup-micromamba from 1.4.1 to 1.4.3 (#2580)
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1.4.1 to 1.4.3. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1.4.1...v1.4.3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 231c79f commit 2b799bf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/cache_data.yaml

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

3636
# Install Micromamba with conda-forge dependencies
3737
- name: Setup Micromamba
38-
uses: mamba-org/[email protected].1
38+
uses: mamba-org/[email protected].3
3939
with:
4040
environment-name: pygmt
4141
condarc: |

.github/workflows/ci_docs.yml

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

6868
# Install Micromamba with conda-forge dependencies
6969
- name: Setup Micromamba
70-
uses: mamba-org/[email protected].1
70+
uses: mamba-org/[email protected].3
7171
with:
7272
environment-name: pygmt
7373
condarc: |

.github/workflows/ci_doctests.yaml

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

4343
# Install Micromamba with conda-forge dependencies
4444
- name: Setup Micromamba
45-
uses: mamba-org/[email protected].1
45+
uses: mamba-org/[email protected].3
4646
with:
4747
environment-name: pygmt
4848
condarc: |

.github/workflows/ci_tests.yaml

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

9797
# Install Micromamba with conda-forge dependencies
9898
- name: Setup Micromamba
99-
uses: mamba-org/[email protected].1
99+
uses: mamba-org/[email protected].3
100100
with:
101101
environment-name: pygmt
102102
condarc: |

.github/workflows/ci_tests_dev.yaml

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

9292
# Install Micromamba with conda-forge dependencies
9393
- name: Setup Micromamba
94-
uses: mamba-org/[email protected].1
94+
uses: mamba-org/[email protected].3
9595
with:
9696
environment-name: pygmt
9797
condarc: |

.github/workflows/ci_tests_legacy.yaml

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

5555
# Install Micromamba with conda-forge dependencies
5656
- name: Setup Micromamba
57-
uses: mamba-org/[email protected].1
57+
uses: mamba-org/[email protected].3
5858
with:
5959
environment-name: pygmt
6060
condarc: |

0 commit comments

Comments
 (0)