From b24c87de82091606aceb8acffdfb6bfcf2af4821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:30:11 +0000 Subject: [PATCH] Bump the actions-version group with 2 updates 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](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) Updates `glotzerlab/workflows` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/glotzerlab/workflows/releases) - [Commits](https://github.com/glotzerlab/workflows/compare/5cfac9da9cb78e16ae97a9119b6fd13c1c2d6f5e...ea2e25d07af862a1c696a932c2bd6b242d142049) --- 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] --- .github/workflows/start.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/start.yaml b/.github/workflows/start.yaml index 6420844..a16bb59 100644 --- a/.github/workflows/start.yaml +++ b/.github/workflows/start.yaml @@ -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 @@ -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