Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps the actions group in /.github/workflows with 1 update: OpenAstronomy/github-actions-workflows.

Updates OpenAstronomy/github-actions-workflows from 1.16.0 to 2.1.0

Release notes

Sourced from OpenAstronomy/github-actions-workflows's releases.

v2.1.0

What's Changed

Full Changelog: OpenAstronomy/github-actions-workflows@v2.0.0...v2.1.0

v2.0.0

Breaking Changes in cibuildwheel

This release updates the version of cibuildwheel to 3.0. This release has many changes, including support for Python 3.14 wheels, however it also has some breaking changes you should be aware of. Please see the release post and changelog.

What's Changed

Full Changelog: OpenAstronomy/github-actions-workflows@v1.17.0...v2.0.0

v1.17.0

What's Changed

New Contributors

Full Changelog: OpenAstronomy/github-actions-workflows@v1...v1.17.0

Commits
  • 8682314 Merge pull request #286 from neutrinoceros/enh/pep735-support
  • 848e825 ENH: add support for PEP 735 dependency-groups via a new workflow input `test...
  • 2688e81 Merge pull request #288 from OpenAstronomy/pre-commit-ci-update-config
  • 8822968 [pre-commit.ci] pre-commit autoupdate
  • d83bb11 DEP: upgrade cibuildwheel to 3.0.0 (#278)
  • b04ccda Bump the actions group in /.github/workflows with 5 updates (#274)
  • dbcfad3 Merge pull request #284 from OpenAstronomy/pre-commit-ci-update-config
  • 823719c [pre-commit.ci] pre-commit autoupdate
  • a2e0af7 Merge pull request #282 from astrofrog/fix-regexpr
  • 9410624 Update ubuntu image
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group in /.github/workflows with 1 update: [OpenAstronomy/github-actions-workflows](https://github.com/openastronomy/github-actions-workflows).


Updates `OpenAstronomy/github-actions-workflows` from 1.16.0 to 2.1.0
- [Release notes](https://github.com/openastronomy/github-actions-workflows/releases)
- [Commits](OpenAstronomy/github-actions-workflows@8c0fde6...8682314)

---
updated-dependencies:
- dependency-name: OpenAstronomy/github-actions-workflows
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 1, 2025
Copy link
Contributor

github-actions bot commented Jul 1, 2025

Thank you for your contribution to Astropy! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.

  • Do the proposed changes actually accomplish desired goals?
  • Do the proposed changes follow the Astropy coding guidelines?
  • Are tests added/updated as required? If so, do they follow the Astropy testing guidelines?
  • Are docs added/updated as required? If so, do they follow the Astropy documentation guidelines?
  • Is rebase and/or squash necessary? If so, please provide the author with appropriate instructions. Also see instructions for rebase and squash.
  • Did the CI pass? If no, are the failures related? If you need to run daily and weekly cron jobs as part of the PR, please apply the "Extra CI" label. Codestyle issues can be fixed by the bot.
  • Is a change log needed? If yes, did the change log check pass? If no, add the "no-changelog-entry-needed" label. If this is a manual backport, use the "skip-changelog-checks" label unless special changelog handling is necessary.
  • Is this a big PR that makes a "What's new?" entry worthwhile and if so, is (1) a "what's new" entry included in this PR and (2) the "whatsnew-needed" label applied?
  • At the time of adding the milestone, if the milestone set requires a backport to release branch(es), apply the appropriate "backport-X.Y.x" label(s) before merge.

@pllim pllim added this to the v7.1.1 milestone Jul 1, 2025
@pllim pllim added no-changelog-entry-needed backport-v7.1.x on-merge: backport to v7.1.x Build all wheels Run all the wheel builds rather than just a selection labels Jul 1, 2025
@pllim pllim merged commit 98e9e9f into main Jul 1, 2025
84 of 86 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/dot-github/workflows/actions-cf1ab22d89 branch July 1, 2025 17:17
meeseeksmachine pushed a commit to meeseeksmachine/astropy that referenced this pull request Jul 1, 2025
…s from 1.16.0 to 2.1.0 in /.github/workflows in the actions group
pllim added a commit that referenced this pull request Jul 1, 2025
…374-on-v7.1.x

Backport PR #18374 on branch v7.1.x (Bump OpenAstronomy/github-actions-workflows from 1.16.0 to 2.1.0 in /.github/workflows in the actions group)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-v7.1.x on-merge: backport to v7.1.x Build all wheels Run all the wheel builds rather than just a selection dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code no-changelog-entry-needed Release testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant