Skip to content

Commit

Permalink
Merge pull request #150 from data-engineering-collective/dependabot/g…
Browse files Browse the repository at this point in the history
…ithub_actions/dependencies-24025e52fd

Bump mamba-org/setup-micromamba from 2.0.1 to 2.0.2 in the dependencies group
  • Loading branch information
xhochy authored Dec 5, 2024
2 parents 12ccbd6 + 9857f88 commit 3bba66c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Conda env
uses: mamba-org/setup-micromamba@ab6bf8bf7403e8023a094abeec19d6753bdc143e
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
with:
environment-file: environment.yml
cache-environment: true
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up micromamba
uses: mamba-org/setup-micromamba@ab6bf8bf7403e8023a094abeec19d6753bdc143e
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
- name: Add micromamba to GITHUB_PATH
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
- name: Install Python 3.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Set up Conda env
uses: mamba-org/setup-micromamba@ab6bf8bf7403e8023a094abeec19d6753bdc143e
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
with:
environment-name: pre-commit
create-args: >-
Expand Down

0 comments on commit 3bba66c

Please sign in to comment.