Skip to content

Commit

Permalink
Merge pull request #26 from openkim/dependabot/github_actions/mamba-o…
Browse files Browse the repository at this point in the history
…rg/setup-micromamba-1.8.1

Bump mamba-org/setup-micromamba from 1.7.3 to 1.8.1
  • Loading branch information
mjwen authored Jul 6, 2024
2 parents a7c1cb2 + fc5500b commit 75c8287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up micromamba
uses: mamba-org/setup-micromamba@v1.7.3
uses: mamba-org/setup-micromamba@v1.8.1
with:
# the create command looks like this:
# `micromamba create -n test-env python=<the corresponding version>`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up micromamba
uses: mamba-org/setup-micromamba@v1.7.3
uses: mamba-org/setup-micromamba@v1.8.1
with:
# the create command looks like this:
# `micromamba create -n test-env python=<the corresponding version>`
Expand Down

0 comments on commit 75c8287

Please sign in to comment.