Skip to content

Commit 08235f4

Browse files
authored
Merge pull request #73 from betatim/dependabot/github_actions/dependencies-24025e52fd
2 parents ad5b03d + 7b9b1db commit 08235f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Fetch full git history
1717
run: git fetch --prune --unshallow
1818
- name: Set up Conda env
19-
uses: mamba-org/setup-micromamba@ab6bf8bf7403e8023a094abeec19d6753bdc143e
19+
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
2020
with:
2121
environment-file: environment.yml
2222
cache-environment: true

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout branch
2222
uses: actions/checkout@v4
2323
- name: Set up micromamba
24-
uses: mamba-org/setup-micromamba@ab6bf8bf7403e8023a094abeec19d6753bdc143e
24+
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
2525
- name: Add micromamba to GITHUB_PATH
2626
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
2727
- name: Install Python 3.10

0 commit comments

Comments
 (0)