Skip to content

Commit 6f461e5

Browse files
authored
Merge pull request pyoceans#234 from pyoceans/dependabot/github_actions/mamba-org/setup-micromamba-2.0.7
Bump mamba-org/setup-micromamba from 2.0.6 to 2.0.7
2 parents fb2e00c + db4573b commit 6f461e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

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

2828
- name: Setup Micromamba Python
29-
uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6
29+
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
3030
with:
3131
environment-name: TEST
3232
init-shell: bash

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Setup Micromamba Python ${{ matrix.python-version }}
26-
uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6
26+
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
2727
with:
2828
environment-name: TEST
2929
init-shell: bash

0 commit comments

Comments
 (0)