Skip to content

Commit 1e73f9b

Browse files
Build(deps): Bump mamba-org/setup-micromamba from 2.0.4 to 2.0.5 (#3970)
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 2.0.5 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 958649b commit 1e73f9b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/benchmarks.yml

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

4949
# Install Micromamba with conda-forge dependencies
5050
- name: Setup Micromamba
51-
uses: mamba-org/[email protected].4
51+
uses: mamba-org/[email protected].5
5252
with:
5353
environment-name: pygmt
5454
cache-environment: true

.github/workflows/cache_data.yaml

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

4747
# Install Micromamba with conda-forge dependencies
4848
- name: Setup Micromamba
49-
uses: mamba-org/[email protected].4
49+
uses: mamba-org/[email protected].5
5050
with:
5151
environment-name: pygmt
5252
create-args: >-

.github/workflows/ci_docs.yml

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

8484
# Install Micromamba with conda-forge dependencies
8585
- name: Setup Micromamba
86-
uses: mamba-org/[email protected].4
86+
uses: mamba-org/[email protected].5
8787
with:
8888
environment-name: pygmt
8989
cache-environment: true

.github/workflows/ci_doctests.yaml

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

4646
# Install Micromamba with conda-forge dependencies
4747
- name: Setup Micromamba
48-
uses: mamba-org/[email protected].4
48+
uses: mamba-org/[email protected].5
4949
with:
5050
environment-name: pygmt
5151
create-args: >-

.github/workflows/ci_tests.yaml

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

117117
# Install Micromamba with conda-forge dependencies
118118
- name: Setup Micromamba
119-
uses: mamba-org/[email protected].4
119+
uses: mamba-org/[email protected].5
120120
with:
121121
environment-name: pygmt
122122
cache-environment: true

.github/workflows/ci_tests_dev.yaml

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

6161
# Install Micromamba with conda-forge dependencies
6262
- name: Setup Micromamba
63-
uses: mamba-org/[email protected].4
63+
uses: mamba-org/[email protected].5
6464
with:
6565
environment-name: pygmt
6666
cache-environment: true

.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].4
57+
uses: mamba-org/[email protected].5
5858
with:
5959
environment-name: pygmt
6060
create-args: >-

0 commit comments

Comments
 (0)