Skip to content

Commit

Permalink
Bump the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /template/.github/workflows with 2 updates: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [gautamkrishnar/keepalive-workflow](https://github.com/gautamkrishnar/keepalive-workflow).


Updates `mamba-org/setup-micromamba` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/mamba-org/setup-micromamba/releases)
- [Commits](mamba-org/setup-micromamba@e820223...8767fb7)

Updates `gautamkrishnar/keepalive-workflow` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/gautamkrishnar/keepalive-workflow/releases)
- [Commits](gautamkrishnar/keepalive-workflow@60b13c9...5b31287)

---
updated-dependencies:
- dependency-name: mamba-org/setup-micromamba
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: gautamkrishnar/keepalive-workflow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2024
1 parent bf6984b commit 729ce7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/.github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up Conda env
uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a
uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194
with:
environment-file: environment.yml
environment-name: check-env
Expand Down
2 changes: 1 addition & 1 deletion template/.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@e820223f89c8720d6c740ca154a7adf32fcd278a
uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194
with:
environment-file: environment.yml
environment-name: test-env
2 changes: 1 addition & 1 deletion template/.github/workflows/keep-alive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@60b13c92aeda855e493b83aaf482c25da7e0043b
- uses: gautamkrishnar/keepalive-workflow@5b3128727d02fe1a892d0a2987517c9ec8ca7425
with:
commit_message: Ah ah ah, stayin' alive
committer_username: ForrestQuant
Expand Down

0 comments on commit 729ce7f

Please sign in to comment.