Skip to content

Commit f337602

Browse files
authored
Merge pull request #60 from VERITAS-Observatory/dependabot/github_actions/mamba-org/setup-micromamba-3
Bump mamba-org/setup-micromamba from 2 to 3
2 parents 9533b12 + 50a4327 commit f337602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Dependencies required to avoid errors
6262
# reported by linters
6363
- name: Install mamba dependencies
64-
uses: mamba-org/setup-micromamba@v2
64+
uses: mamba-org/setup-micromamba@v3
6565
with:
6666
environment-file: environment.yml
6767
init-shell: bash

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Install mamba
28-
uses: mamba-org/setup-micromamba@v2
28+
uses: mamba-org/setup-micromamba@v3
2929
with:
3030
environment-file: environment.yml
3131
create-args: python=${{ matrix.python-version }}

0 commit comments

Comments
 (0)