Skip to content

Commit

Permalink
Bump the actions-version group with 3 updates (#233)
Browse files Browse the repository at this point in the history
Updates the requirements on [glotzerlab/workflows](https://github.com/glotzerlab/workflows), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact) to permit the latest version.

Updates `glotzerlab/workflows` to 3ac9374eb4f3c2c707651e3dfc52930e68be9d34
- [Release notes](https://github.com/glotzerlab/workflows/releases)
- [Commits](https://github.com/glotzerlab/workflows/commits/3ac9374eb4f3c2c707651e3dfc52930e68be9d34)

Updates `actions/upload-artifact` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.3...v4.3.4)

Updates `actions/download-artifact` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.7...v4.1.8)

---
updated-dependencies:
- dependency-name: glotzerlab/workflows
  dependency-type: direct:production
  dependency-group: actions-version
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-version
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Aug 1, 2024
1 parent 51b1232 commit ae0f41c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Python environment
uses: glotzerlab/workflows/setup-uv@3573ddaebf3290e00bfb150b82a46412192a61d3
uses: glotzerlab/workflows/setup-uv@3ac9374eb4f3c2c707651e3dfc52930e68be9d34
with:
only-binary: ":none:"
lockfile: ".github/requirements${{matrix.python-version}}.txt"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/PublishPyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
python -m pip install --progress-bar off build
- name: Build wheels and sdist
run: python -m build --sdist --wheel --outdir dist/ .
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: wheel
path: dist/*.whl
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: sdist
path: dist/*.tar.gz
Expand All @@ -41,12 +41,12 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Download artifact sdist
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: sdist
path: dist
- name: Download artifact wheel
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: wheel
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_pipfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: glotzerlab/workflows/setup-uv@1fcb2b253bf794b4e47cdff43479b145633f99e1
- uses: glotzerlab/workflows/setup-uv@3ac9374eb4f3c2c707651e3dfc52930e68be9d34
- name: Set up Python environment
run: |
for v in "3.8" "3.9" "3.10" "3.11" "3.12"; do
Expand Down

0 comments on commit ae0f41c

Please sign in to comment.