Skip to content

Bump the actions group in /.github/workflows with 3 updates - #160

Merged
astrofrog merged 5 commits into
mainfrom
dependabot/github_actions/dot-github/workflows/actions-66a8181a3e
Aug 26, 2026
Merged

Bump the actions group in /.github/workflows with 3 updates#160
astrofrog merged 5 commits into
mainfrom
dependabot/github_actions/dot-github/workflows/actions-66a8181a3e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group in /.github/workflows with 3 updates: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml, OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml and actions/checkout.

Updates OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml from 3.0.1 to 3.0.2

Release notes

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

v3.0.2

What's Changed

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

Commits
  • 8c8bb6c DEP: allow running python helper scripts with any Python 3.12.x patch version...
  • See full diff in compare view

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

Release notes

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

v3.0.2

What's Changed

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

Commits
  • 8c8bb6c DEP: allow running python helper scripts with any Python 3.12.x patch version...
  • See full diff in compare view

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 13, 2026
@astrofrog

Copy link
Copy Markdown
Member

I've updated to 3.0.3 to try and fix the codecov issues

@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.21%. Comparing base (3727737) to head (5eb5126).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #160      +/-   ##
==========================================
+ Coverage   79.41%   80.21%   +0.79%     
==========================================
  Files           4        4              
  Lines         379      379              
==========================================
+ Hits          301      304       +3     
+ Misses         78       75       -3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

dependabot Bot and others added 3 commits August 26, 2026 23:41
Bumps the actions group in /.github/workflows with 3 updates: [OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml](https://github.com/openastronomy/github-actions-workflows), [OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml](https://github.com/openastronomy/github-actions-workflows) and [actions/checkout](https://github.com/actions/checkout).


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

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

Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

---
updated-dependencies:
- dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@astrofrog
astrofrog force-pushed the dependabot/github_actions/dot-github/workflows/actions-66a8181a3e branch from 5206232 to dfd19dc Compare August 26, 2026 21:41
@astrofrog
astrofrog merged commit 983ac9f into main Aug 26, 2026
34 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/dot-github/workflows/actions-66a8181a3e branch August 26, 2026 22:23
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.

1 participant