Skip to content

Commit

Permalink
Merge pull request #5 from relativeorbit/dependabot/github_actions/ma…
Browse files Browse the repository at this point in the history
…mba-org/setup-micromamba-2

Bump mamba-org/setup-micromamba from 1 to 2
  • Loading branch information
scottyhq authored Nov 11, 2024
2 parents 261e398 + ff2692b commit a0c01f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insar_pair.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
ref: 'fufiters'

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
cache-environment: true
environment-file: environment.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/insar_timeseries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
cache-environment: true
environment-file: environment.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
cache-environment: true
environment-file: environment.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/offsets_pair.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
ref: 'fufiters'

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
cache-environment: true
environment-file: environment.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/offsets_timeseries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
cache-environment: true
environment-file: environment.yml
Expand Down

0 comments on commit a0c01f8

Please sign in to comment.