Skip to content

Commit d05f76e

Browse files
authored
Merge pull request #213 from python-windrose/dependabot/github_actions/mamba-org/provision-with-micromamba-14
Bump mamba-org/provision-with-micromamba from 13 to 14
2 parents 3ff78eb + a4f2ee2 commit d05f76e

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 Mamba
23-
uses: mamba-org/provision-with-micromamba@v13
23+
uses: mamba-org/provision-with-micromamba@v14
2424
with:
2525
environment-file: false
2626

.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@v3
1919

2020
- name: Setup
21-
uses: mamba-org/provision-with-micromamba@v13
21+
uses: mamba-org/provision-with-micromamba@v14
2222
with:
2323
environment-file: false
2424

0 commit comments

Comments
 (0)