Skip to content

Commit

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

Bump the dependencies group with 1 update
  • Loading branch information
xhochy authored Feb 27, 2024
2 parents 077305c + f480ced commit 794abf4
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@8767fb704bd78032e9392f0386bf46950bdd1194
uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
with:
environment-file: environment.yml
cache-environment: true
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up micromamba
uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194
uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
- 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@8767fb704bd78032e9392f0386bf46950bdd1194
uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
with:
environment-name: pre-commit
create-args: >-
Expand Down

0 comments on commit 794abf4

Please sign in to comment.