Skip to content

Commit 50de9ba

Browse files
authored
bump setup-micromamba GH action (#15)
1 parent 90b0dd9 commit 50de9ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_new_templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git diff templates.smi
3232
3333
- name: Set up Python & RDKit
34-
uses: mamba-org/setup-micromamba@v1
34+
uses: mamba-org/setup-micromamba@v2
3535
with:
3636
micromamba-version: 'latest'
3737
environment-file: environment.yml

.github/workflows/update_templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout repo
2424
uses: actions/checkout@v3
2525
- name: Set up Python & RDKit
26-
uses: mamba-org/setup-micromamba@v1
26+
uses: mamba-org/setup-micromamba@v2
2727
with:
2828
micromamba-version: 'latest'
2929
environment-file: environment.yml

0 commit comments

Comments
 (0)