From 35f867f8a5f8a358c72908d3464ed1b22939686c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 12:59:12 +0000 Subject: [PATCH] Bump glotzerlab/workflows in the actions-version group Bumps the actions-version group with 1 update: [glotzerlab/workflows](https://github.com/glotzerlab/workflows). Updates `glotzerlab/workflows` from 5b540415ff505388627649e5671787bc3bf04f02 to 1855eec25e87bdbc06359aa3adc355b59272cae3 - [Release notes](https://github.com/glotzerlab/workflows/releases) - [Commits](https://github.com/glotzerlab/workflows/compare/5b540415ff505388627649e5671787bc3bf04f02...1855eec25e87bdbc06359aa3adc355b59272cae3) --- updated-dependencies: - dependency-name: glotzerlab/workflows dependency-version: 1855eec25e87bdbc06359aa3adc355b59272cae3 dependency-type: direct:production dependency-group: actions-version ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yaml | 2 +- .github/workflows/update_pipfiles.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index f3e67bf4..8a629948 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Python environment - uses: glotzerlab/workflows/setup-uv@5b540415ff505388627649e5671787bc3bf04f02 + uses: glotzerlab/workflows/setup-uv@1855eec25e87bdbc06359aa3adc355b59272cae3 with: only-binary: ":none:" lockfile: ".github/requirements${{matrix.python-version}}.txt" diff --git a/.github/workflows/update_pipfiles.yaml b/.github/workflows/update_pipfiles.yaml index 7b3c0f7b..97337716 100644 --- a/.github/workflows/update_pipfiles.yaml +++ b/.github/workflows/update_pipfiles.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: glotzerlab/workflows/setup-uv@5b540415ff505388627649e5671787bc3bf04f02 + - uses: glotzerlab/workflows/setup-uv@1855eec25e87bdbc06359aa3adc355b59272cae3 - name: Set up Python environment run: | for v in "3.8" "3.9" "3.10" "3.11" "3.12"; do