Skip to content

Commit 787a96c

Browse files
Bump mamba-org/provision-with-micromamba (#6729)
Bumps [mamba-org/provision-with-micromamba](https://github.com/mamba-org/provision-with-micromamba) from de032af7fb3675649f3d4bbdda85178ba412ee41 to 12. This release includes the previously tagged commit. - [Release notes](https://github.com/mamba-org/provision-with-micromamba/releases) - [Commits](mamba-org/provision-with-micromamba@de032af...34071ca) --- updated-dependencies: - dependency-name: mamba-org/provision-with-micromamba dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fcb6f5 commit 787a96c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
5454
5555
- name: Setup micromamba
56-
uses: mamba-org/provision-with-micromamba@de032af7fb3675649f3d4bbdda85178ba412ee41
56+
uses: mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
5757
with:
5858
environment-file: ${{env.CONDA_ENV_FILE}}
5959
environment-name: xarray-tests
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
9898
- name: Setup micromamba
99-
uses: mamba-org/provision-with-micromamba@de032af7fb3675649f3d4bbdda85178ba412ee41
99+
uses: mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
100100
with:
101101
environment-file: ${{env.CONDA_ENV_FILE}}
102102
environment-name: xarray-tests
@@ -140,7 +140,7 @@ jobs:
140140
fetch-depth: 0 # Fetch all history for all branches and tags.
141141

142142
- name: Setup micromamba
143-
uses: mamba-org/provision-with-micromamba@de032af7fb3675649f3d4bbdda85178ba412ee41
143+
uses: mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
144144
with:
145145
environment-name: xarray-tests
146146
environment-file: false

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
8787
8888
- name: Setup micromamba
89-
uses: mamba-org/provision-with-micromamba@de032af7fb3675649f3d4bbdda85178ba412ee41
89+
uses: mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
9090
with:
9191
environment-file: ${{ env.CONDA_ENV_FILE }}
9292
environment-name: xarray-tests

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
fetch-depth: 0 # Fetch all history for all branches and tags.
5858
- name: Set up conda environment
59-
uses: mamba-org/provision-with-micromamba@de032af7fb3675649f3d4bbdda85178ba412ee41
59+
uses: mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
6060
with:
6161
environment-file: ci/requirements/environment.yml
6262
environment-name: xarray-tests

0 commit comments

Comments
 (0)