Skip to content

Commit

Permalink
Bump the actions-version group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions-version group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [glotzerlab/workflows](https://github.com/glotzerlab/workflows).


Updates `actions/checkout` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@a5ac7e5...692973e)

Updates `glotzerlab/workflows` from 0.1.0 to 0.2.0
- [Release notes](https://github.com/glotzerlab/workflows/releases)
- [Commits](glotzerlab/workflows@5cfac9d...ea2e25d)

---
updated-dependencies:
- dependency-name: actions/checkout
  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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 34ed2bd commit b24c87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
active: ${{ steps.start.outputs.active }}
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: glotzerlab/jetstream2-admin
ref: v1.3.0
Expand All @@ -38,7 +38,7 @@ jobs:
with:
python-version: "3.9"
- name: Install openstack
uses: glotzerlab/workflows/setup-uv@5cfac9da9cb78e16ae97a9119b6fd13c1c2d6f5e # 0.1.0
uses: glotzerlab/workflows/setup-uv@ea2e25d07af862a1c696a932c2bd6b242d142049 # 0.2.0
with:
lockfile: ".github/workflows/requirements.txt"
- id: start
Expand Down

0 comments on commit b24c87d

Please sign in to comment.