Skip to content

Commit 71c1dd9

Browse files
authored
Merge pull request #31 from pyoceans/dependabot/github_actions/github-actions-8dc4d394ed
Bump mamba-org/setup-micromamba from 2.0.3 to 2.0.4 in the github-actions group
2 parents 607ea3f + 7f1effd commit 71c1dd9

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@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 #v1
23+
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919

2020
- name: Setup Micromamba Python ${{ matrix.python-version }}
21-
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 #v1
21+
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
2222
with:
2323
environment-name: TEST
2424
init-shell: bash

0 commit comments

Comments
 (0)