From 88b873a467d238a79b2814766bcbb34eb625e7af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:50:10 +0000 Subject: [PATCH] Bump the actions-version group with 2 updates Bumps the actions-version group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [glotzerlab/workflows](https://github.com/glotzerlab/workflows). Updates `actions/setup-python` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/39cd14951b08e74b54015e9e001cdefcf80e669f...f677139bbe7f9c59b41e40162b753c062f5d49a3) Updates `glotzerlab/workflows` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/glotzerlab/workflows/releases) - [Commits](https://github.com/glotzerlab/workflows/compare/ea2e25d07af862a1c696a932c2bd6b242d142049...ae7e7c6931098a313ef8069ef04b88a55c3a40f6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor 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 a718eab..e46804d 100644 --- a/.github/workflows/start.yaml +++ b/.github/workflows/start.yaml @@ -34,11 +34,11 @@ jobs: ref: v1.3.0 # Python 3.9 is the latest possible because netifaces has no new releases - name: Set up Python - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: "3.9" - name: Install openstack - uses: glotzerlab/workflows/setup-uv@ea2e25d07af862a1c696a932c2bd6b242d142049 # 0.2.0 + uses: glotzerlab/workflows/setup-uv@ae7e7c6931098a313ef8069ef04b88a55c3a40f6 # 0.3.0 with: lockfile: ".github/workflows/requirements.txt" - id: start