Skip to content

Commit b567de8

Browse files
Bump mamba-org/setup-micromamba from 2.0.2 to 2.0.3 in the actions group (#2024)
2 parents d595c63 + 1059c43 commit b567de8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
with:
377377
persist-credentials: false
378378
- name: Setup Conda (Micromamba) with Python${{ matrix.python-version }}
379-
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
379+
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
380380
with:
381381
cache-downloads: true
382382
cache-environment: true

.github/workflows/upstream.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0 # Fetch all history for all branches and tags.
7272
persist-credentials: false
7373
- name: Setup Conda (Micromamba) with Python${{ matrix.python-version }}
74-
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
74+
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
7575
with:
7676
cache-downloads: true
7777
cache-environment: true

0 commit comments

Comments
 (0)