Skip to content

Commit

Permalink
Bump the actions-version group with 3 updates (#149)
Browse files Browse the repository at this point in the history
Bumps the actions-version group with 3 updates: [actions/cache](https://github.com/actions/cache), [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [glotzerlab/workflows](https://github.com/glotzerlab/workflows).


Updates `actions/cache` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@6849a64...1bd1e32)

Updates `mamba-org/setup-micromamba` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/mamba-org/setup-micromamba/releases)
- [Commits](mamba-org/setup-micromamba@06375d8...068f1ab)

Updates `glotzerlab/workflows` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/glotzerlab/workflows/releases)
- [Commits](glotzerlab/workflows@1747bc5...a36a971)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-version
- dependency-name: mamba-org/setup-micromamba
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-version
- dependency-name: glotzerlab/workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-version
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 07b4344 commit 7c97fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Restore cached HOOMD-blue build
id: cache
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: install
key: hoomd-blue-${{ steps.hoomd.outputs.sha }}
Expand All @@ -49,7 +49,7 @@ jobs:
path: notebooks

- name: Create Python Environment
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
with:
environment-name: test
environment-file: notebooks/.github/workflows/environments/py312-conda-lock.yml
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Cache HOOMD-blue build
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: install
key: hoomd-blue-${{ steps.hoomd.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-conda-lockfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
update:
uses: glotzerlab/workflows/.github/workflows/update-conda-lockfiles.yaml@1747bc5c994ec280440dd051f2928791407692c8 # 0.5.1
uses: glotzerlab/workflows/.github/workflows/update-conda-lockfiles.yaml@a36a97114c60241b26217ce92abbb64621ac67c7 # 0.6.0
secrets: inherit
with:
branch: trunk-minor

0 comments on commit 7c97fce

Please sign in to comment.