Skip to content

Commit

Permalink
Merge pull request #12 from Quantco/dependabot/github_actions/depende…
Browse files Browse the repository at this point in the history
…ncies-194d3c37c7

Bump the dependencies group with 2 updates
  • Loading branch information
xhochy authored Oct 16, 2023
2 parents a1212dd + 49cda4d commit cfabaec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Set up Conda env
uses: mamba-org/setup-micromamba@2b72821d5ad7f6da3c003a3684ce341bf187b46f
uses: mamba-org/setup-micromamba@54d4d5980e1a4aa7cdc8b050cf2d19b7e262ce18
with:
environment-file: environment.yml
environment-name: check-env
Expand All @@ -35,7 +35,7 @@ jobs:
echo "pkgname=$pkgname" >> $GITHUB_OUTPUT
echo "new-version=$new_version" >> $GITHUB_OUTPUT
fi
- uses: peter-evans/create-pull-request@c8e3bd8337afb7f051461e3eafa55c49005c6b49
- uses: peter-evans/create-pull-request@8c11f0ebce78008e4e989bc43a0d4ded58709eae
if: steps.versions.outputs.pkgname
with:
commit-message: "Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Set up Conda env
uses: mamba-org/setup-micromamba@2b72821d5ad7f6da3c003a3684ce341bf187b46f
uses: mamba-org/setup-micromamba@54d4d5980e1a4aa7cdc8b050cf2d19b7e262ce18
with:
environment-file: environment.yml
environment-name: test-env

0 comments on commit cfabaec

Please sign in to comment.