Skip to content

Commit 75c8287

Browse files
authored
Merge pull request #26 from openkim/dependabot/github_actions/mamba-org/setup-micromamba-1.8.1
Bump mamba-org/setup-micromamba from 1.7.3 to 1.8.1
2 parents a7c1cb2 + fc5500b commit 75c8287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Set up micromamba
15-
uses: mamba-org/setup-micromamba@v1.7.3
15+
uses: mamba-org/setup-micromamba@v1.8.1
1616
with:
1717
# the create command looks like this:
1818
# `micromamba create -n test-env python=<the corresponding version>`

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up micromamba
17-
uses: mamba-org/setup-micromamba@v1.7.3
17+
uses: mamba-org/setup-micromamba@v1.8.1
1818
with:
1919
# the create command looks like this:
2020
# `micromamba create -n test-env python=<the corresponding version>`

0 commit comments

Comments
 (0)