Skip to content

Commit

Permalink
Merge pull request #179 from ecmwf-projects/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/{{cookiecutter.project_name}}/dot-github/workflows/mamba-org/setup-micromamba-2

Bump mamba-org/setup-micromamba from 1 to 2 in /{{cookiecutter.project_name}}/.github/workflows
  • Loading branch information
malmans2 authored Oct 8, 2024
2 parents f5f3b76 + ef8e7ed commit 7f3febf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions {{cookiecutter.project_name}}/.github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Get current date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: ci/combined-environment-ci.yml
environment-name: DEVELOP
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Get current date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: ci/combined-environment-ci.yml
environment-name: DEVELOP
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Get current date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: ci/combined-environment-ci.yml
environment-name: DEVELOP
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Get current date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: ci/combined-environment${{ '{{ matrix.extra }}' }}.yml
environment-name: DEVELOP${{ '{{ matrix.extra }}' }}
Expand Down

0 comments on commit 7f3febf

Please sign in to comment.