Skip to content

Commit

Permalink
Merge pull request #136 from TEOS-10/dependabot/github_actions/mamba-…
Browse files Browse the repository at this point in the history
…org/provision-with-micromamba-16

Bump mamba-org/provision-with-micromamba from 15 to 16
  • Loading branch information
ocefpaf committed May 23, 2023
2 parents 189bec7 + 7817858 commit f43492f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Micromamba
uses: mamba-org/provision-with-micromamba@v15
uses: mamba-org/provision-with-micromamba@v16
with:
environment-file: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tarball-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Micromamba
uses: mamba-org/provision-with-micromamba@v15
uses: mamba-org/provision-with-micromamba@v16
with:
environment-file: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Micromamba
uses: mamba-org/provision-with-micromamba@v15
uses: mamba-org/provision-with-micromamba@v16
with:
environment-file: false

Expand Down

0 comments on commit f43492f

Please sign in to comment.