Skip to content

Commit 711ad4f

Browse files
authored
Merge pull request #38 from ioos/dependabot/github_actions/github-actions-acf9f61067
Bump mamba-org/setup-micromamba from 2.0.7 to 3.0.0 in the github-actions group
2 parents ff83875 + 5a3a633 commit 711ad4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Setup Micromamba
32-
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
32+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v3.0.0
3333
with:
3434
environment-name: TEST
3535
init-shell: bash

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Setup Micromamba ${{ matrix.python-version }}
30-
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
30+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v3.0.0
3131
with:
3232
environment-name: TEST
3333
init-shell: bash

0 commit comments

Comments
 (0)