Skip to content

Commit

Permalink
Merge pull request #21 from glotzerlab/dependabot-github_actions-trun…
Browse files Browse the repository at this point in the history
…k-actions-version-24025e52fd

Bump mamba-org/setup-micromamba from 2.0.0 to 2.0.2 in the actions-version group
  • Loading branch information
joaander authored Dec 2, 2024
2 parents 7737fdd + fd1bc8c commit cd6c090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-conda-lockfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
private-key: ${{ secrets.PR_SUBMITTER_PRIVATE_KEY }}

- name: Create python environment
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
with:
micromamba-version: '2.0.2-2'
environment-name: update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-uv-lockfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
private-key: ${{ secrets.PR_SUBMITTER_PRIVATE_KEY }}

- name: Create python environment
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
with:
micromamba-version: '2.0.2-2'
environment-name: update
Expand Down

0 comments on commit cd6c090

Please sign in to comment.