Skip to content

Commit 82a6afc

Browse files
authored
1 parent 2f2eb90 commit 82a6afc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Set up environment
23-
uses: mamba-org/setup-micromamba@v1
23+
uses: mamba-org/setup-micromamba@v2
2424
with:
2525
environment-name: urdf
2626
init-shell: bash
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v4
6969

7070
- name: Set up environment
71-
uses: mamba-org/setup-micromamba@v1
71+
uses: mamba-org/setup-micromamba@v2
7272
with:
7373
environment-name: urdf-isolated
7474
init-shell: bash
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/checkout@v4
102102

103103
- name: Set up environment
104-
uses: mamba-org/setup-micromamba@v1
104+
uses: mamba-org/setup-micromamba@v2
105105
with:
106106
environment-name: urdf-integration
107107
init-shell: bash

0 commit comments

Comments
 (0)