chore(deps): Update dependabot configuration for GitHub Actions#577
Merged
Conversation
Make sure that our pure python package workflows are updated weekly.
lwasser
commented
Sep 16, 2025
| @@ -0,0 +1,46 @@ | |||
| name: Release | |||
|
|
|||
| on: | |||
lwasser
added a commit
to lwasser/python-package-guide
that referenced
this pull request
Sep 16, 2025
lwasser
added a commit
that referenced
this pull request
Sep 17, 2025
* review: trusted publishing tutorial * Apply suggestions from code review Co-authored-by: Michael Pilosov, PhD <40366263+mathematicalmichael@users.noreply.github.com> Co-authored-by: Jeremiah Paige <ucodery@gmail.com> Co-authored-by: Mihai Maruseac <mihai.maruseac@gmail.com> Co-authored-by: Jonny Saunders <sneakers-the-rat@protonmail.com> * Apply suggestions from code review Co-authored-by: Jeremiah Paige <ucodery@gmail.com> * docs(review): updates from review * chore(deps): Update dependabot configuration for GitHub Actions (#577) * chore: bump the actions group (#579) Bumps the actions group in /examples/pure-hatch/.github/workflows with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix: includes * feat: literal includes for the action * docs: fix workflow * chore: fix errors from docs-test --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Michael Pilosov, PhD <40366263+mathematicalmichael@users.noreply.github.com> Co-authored-by: Jeremiah Paige <ucodery@gmail.com> Co-authored-by: Mihai Maruseac <mihai.maruseac@gmail.com> Co-authored-by: Jonny Saunders <sneakers-the-rat@protonmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am testing this to see if we add dependabot - could we update our actions and then use @ucodery inline display of files that we use for the pyproject.toml file content.