Skip to content

Bump the actions group with 2 updates - #191

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-be9c1ab0f8
Closed

Bump the actions group with 2 updates#191
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-be9c1ab0f8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown

Bumps the actions group with 2 updates: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml and OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml.

Updates OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml from 2 to 3

Release notes

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

v3.0.0

Breaking Changes

  • If a value is provided for coverage uploading (coverage: codecov, coverage: codecov-oidc, or coverage: github), tests must end with a .coverage file at the workspace root. Use the COVERAGE_FILE environment variable; for instance, you can set it explicitly in tox.ini. See the relevant section of the docs for more information.
    set_env =
      COVERAGE_FILE={toxinidir}/.coverage
  • The fill:, fill_platforms:, and fill_factors: inputs are now removed in favor of using version glob syntax py3* directly in envs:. For example, to produce the following set of envs:
        envs: |
           - linux: pep8
             pytest: false
           - linux: py311-xdist
           - linux: py312-xdist
           - linux: py313-xdist
           - linux: py314-xdist
           - macos: py311-xdist
           - macos: py312-xdist
           - macos: py313-xdist
           - macos: py314-xdist
    on OpenAstronomy/github-actions-workflows@v2 you would have used fill:, fill_platforms:, and fill_factors::
     uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
       with:
         envs: |
           - linux: pep8
             pytest: false
         fill: true
         fill_platforms: linux,macos
         fill_factors: xdist
    but now with OpenAstronomy/github-actions-workflows@v3 you use a py* version glob instead:
     uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v3
       with:
         envs: |
           - linux: pep8
             pytest: false
           - linux: py3*-xdist
           - macos: py3*-xdist

What's Changed

... (truncated)

Commits
  • 22ddf09 Merge pull request #421 from OpenAstronomy/dependabot/github_actions/dot-gith...
  • 1611b98 Bump the actions group across 1 directory with 8 updates
  • 158acf5 Specify name for job which is expected to fail
  • f159b68 DEP: upgrade cibw (4.0.0 -> 4.2.0) (#420)
  • 06db25f [pre-commit.ci] pre-commit autoupdate (#408)
  • d411b3b DEP: upgrade pypa/gh-action-pypi-publish (support Metadata 2.5) (#418)
  • 8db492e MNT: fix a typo in a workflow step name (#415)
  • 2ee1c83 STY: pin ruff version exactly and fix new violations in v0.16.0 (#411)
  • 118a532 DEP: ensure coverage is installed with toml support (#417)
  • 8c8bb6c DEP: allow running python helper scripts with any Python 3.12.x patch version...
  • Additional commits viewable in compare view

Updates OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml from 3.0.2 to 3.0.3

Release notes

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

v3.0.3

What's Changed

Full Changelog: OpenAstronomy/github-actions-workflows@v3.0.2...v3.0.3

Commits
  • 22ddf09 Merge pull request #421 from OpenAstronomy/dependabot/github_actions/dot-gith...
  • 1611b98 Bump the actions group across 1 directory with 8 updates
  • 158acf5 Specify name for job which is expected to fail
  • f159b68 DEP: upgrade cibw (4.0.0 -> 4.2.0) (#420)
  • 06db25f [pre-commit.ci] pre-commit autoupdate (#408)
  • d411b3b DEP: upgrade pypa/gh-action-pypi-publish (support Metadata 2.5) (#418)
  • 8db492e MNT: fix a typo in a workflow step name (#415)
  • 2ee1c83 STY: pin ruff version exactly and fix new violations in v0.16.0 (#411)
  • 118a532 DEP: ensure coverage is installed with toml support (#417)
  • See full diff in compare view

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 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 with 2 updates: [OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml](https://github.com/openastronomy/github-actions-workflows) and [OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml](https://github.com/openastronomy/github-actions-workflows).


Updates `OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml` from 2 to 3
- [Release notes](https://github.com/openastronomy/github-actions-workflows/releases)
- [Commits](OpenAstronomy/github-actions-workflows@v2...v3)

Updates `OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/openastronomy/github-actions-workflows/releases)
- [Commits](OpenAstronomy/github-actions-workflows@8c8bb6c...22ddf09)

---
updated-dependencies:
- dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 3, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions-be9c1ab0f8 branch September 3, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants