Skip to content

Commit 5762b72

Browse files
Update micromamba version in image build workflow (#654)
1 parent 8eab237 commit 5762b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
target_version: ${{ steps.calc_target.outputs.target_version }}
4141
steps:
4242
- uses: actions/checkout@v4
43-
- uses: mamba-org/setup-micromamba@v1
43+
- uses: mamba-org/setup-micromamba@v2
4444
with:
4545
environment-file: ./environment.lock
4646
environment-name: sagemaker-distribution

0 commit comments

Comments
 (0)