Skip to content

Commit ef8e7ed

Browse files
Bump mamba-org/setup-micromamba
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1 to 2. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1...v2) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5f3b76 commit ef8e7ed

File tree

1 file changed

+4
-4
lines changed
  • {{cookiecutter.project_name}}/.github/workflows

1 file changed

+4
-4
lines changed

{{cookiecutter.project_name}}/.github/workflows/on-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Get current date
6767
id: date
6868
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
69-
- uses: mamba-org/setup-micromamba@v1
69+
- uses: mamba-org/setup-micromamba@v2
7070
with:
7171
environment-file: ci/combined-environment-ci.yml
7272
environment-name: DEVELOP
@@ -95,7 +95,7 @@ jobs:
9595
- name: Get current date
9696
id: date
9797
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
98-
- uses: mamba-org/setup-micromamba@v1
98+
- uses: mamba-org/setup-micromamba@v2
9999
with:
100100
environment-file: ci/combined-environment-ci.yml
101101
environment-name: DEVELOP
@@ -124,7 +124,7 @@ jobs:
124124
- name: Get current date
125125
id: date
126126
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
127-
- uses: mamba-org/setup-micromamba@v1
127+
- uses: mamba-org/setup-micromamba@v2
128128
with:
129129
environment-file: ci/combined-environment-ci.yml
130130
environment-name: DEVELOP
@@ -161,7 +161,7 @@ jobs:
161161
- name: Get current date
162162
id: date
163163
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
164-
- uses: mamba-org/setup-micromamba@v1
164+
- uses: mamba-org/setup-micromamba@v2
165165
with:
166166
environment-file: ci/combined-environment${{ '{{ matrix.extra }}' }}.yml
167167
environment-name: DEVELOP${{ '{{ matrix.extra }}' }}

0 commit comments

Comments
 (0)