Skip to content

Commit 57e7083

Browse files
Bump mamba-org/setup-micromamba from 1.7.0 to 1.7.3 (#2903)
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1.7.0 to 1.7.3. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1.7.0...v1.7.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 6c98784 commit 57e7083

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].0
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
@@ -65,7 +65,7 @@ jobs:
6565

6666
# Install Micromamba with conda-forge dependencies
6767
- name: Setup Micromamba
68-
uses: mamba-org/[email protected].0
68+
uses: mamba-org/[email protected].3
6969
with:
7070
environment-name: pygmt
7171
condarc: |

.github/workflows/ci_doctests.yaml

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

4141
# Install Micromamba with conda-forge dependencies
4242
- name: Setup Micromamba
43-
uses: mamba-org/[email protected].0
43+
uses: mamba-org/[email protected].3
4444
with:
4545
environment-name: pygmt
4646
condarc: |

.github/workflows/ci_tests.yaml

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

9595
# Install Micromamba with conda-forge dependencies
9696
- name: Setup Micromamba
97-
uses: mamba-org/[email protected].0
97+
uses: mamba-org/[email protected].3
9898
with:
9999
environment-name: pygmt
100100
condarc: |

.github/workflows/ci_tests_dev.yaml

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

8989
# Install Micromamba with conda-forge dependencies
9090
- name: Setup Micromamba
91-
uses: mamba-org/[email protected].0
91+
uses: mamba-org/[email protected].3
9292
with:
9393
environment-name: pygmt
9494
condarc: |

.github/workflows/ci_tests_legacy.yaml

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

5353
# Install Micromamba with conda-forge dependencies
5454
- name: Setup Micromamba
55-
uses: mamba-org/[email protected].0
55+
uses: mamba-org/[email protected].3
5656
with:
5757
environment-name: pygmt
5858
condarc: |

0 commit comments

Comments
 (0)