Skip to content

Commit 6a45b5b

Browse files
authored
Merge pull request #36 from pyoceans/dependabot/github_actions/github-actions-8cadebefdf
Bump mamba-org/setup-micromamba from 2.0.6 to 2.0.7 in the github-actions group
2 parents 8c9449c + e0cf00b commit 6a45b5b

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
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Micromamba
23-
uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6
23+
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
2424
with:
2525
environment-name: TEST
2626
init-shell: bash

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
1919

2020
- name: Setup Micromamba Python ${{ matrix.python-version }}
21-
uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6
21+
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
2222
with:
2323
environment-name: TEST
2424
init-shell: bash

0 commit comments

Comments
 (0)