Skip to content

Commit a324f1f

Browse files
authored
Merge pull request #72 from ioos/dependabot/github_actions/github-actions-9b41d63fe8
Bump mamba-org/setup-micromamba from 3.0.0 to 3.1.0 in the github-actions group
2 parents fdecae2 + 2b4c244 commit a324f1f

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@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v3.0.0
32+
uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.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@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v3.0.0
30+
uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0
3131
with:
3232
environment-name: TEST
3333
init-shell: bash

0 commit comments

Comments
 (0)