Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenAstronomy/github-actions-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: OpenAstronomy/github-actions-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 18 commits
  • 17 files changed
  • 7 contributors

Commits on Jun 3, 2026

  1. Coverage reporting refactor and cleanup (#397)

    Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
    Cadair and pllim authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    e113052 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. Configuration menu
    Copy the full SHA
    ade42af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7a7c50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d99eb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8449fec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b63a9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ae6691 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. Configuration menu
    Copy the full SHA
    e5af21e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2026

  1. Configuration menu
    Copy the full SHA
    8c8bb6c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2026

  1. Configuration menu
    Copy the full SHA
    118a532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee1c83 View commit details
    Browse the repository at this point in the history
  3. MNT: fix a typo in a workflow step name (#415)

    Co-authored-by: Zach Burnett <zburnett@stsci.edu>
    neutrinoceros and zacharyburnett authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    8db492e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d411b3b View commit details
    Browse the repository at this point in the history
  5. [pre-commit.ci] pre-commit autoupdate (#408)

    updates:
    - [github.com/zizmorcore/zizmor-pre-commit: v1.23.1 → v1.26.1](zizmorcore/zizmor-pre-commit@v1.23.1...v1.26.1)
    - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.9...v0.15.20)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    06db25f View commit details
    Browse the repository at this point in the history
  6. DEP: upgrade cibw (4.0.0 -> 4.2.0) (#420)

    * DEP: upgrade cibw (4.0.0 -> 4.2.0)
    
    * MNT: skip tests for cp315t as some test dependencies are not caught up yet
    
    ---------
    
    Co-authored-by: Zach Burnett <zburnett@stsci.edu>
    neutrinoceros and zacharyburnett authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    f159b68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    158acf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2026

  1. Bump the actions group across 1 directory with 8 updates

    Bumps the actions group with 8 updates in the /.github/workflows directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/setup-python](https://github.com/actions/setup-python) | `6.2.0` | `7.0.0` |
    | [actions/checkout](https://github.com/actions/checkout) | `6.0.3` | `7.0.1` |
    | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.1.0` | `4.2.0` |
    | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `4.0.0` | `4.2.0` |
    | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | `9.0.0` |
    | [OpenAstronomy/supported-pythons](https://github.com/openastronomy/supported-pythons) | `2.0.4` | `2.1.0` |
    | [actions/cache](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
    | [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) | `3.0.0` | `3.1.0` |
    
    
    
    Updates `actions/setup-python` from 6.2.0 to 7.0.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@a309ff8...5fda3b9)
    
    Updates `actions/checkout` from 6.0.3 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@df4cb1c...3d3c42e)
    
    Updates `docker/setup-qemu-action` from 4.1.0 to 4.2.0
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@0611638...96fe6ef)
    
    Updates `pypa/cibuildwheel` from 4.0.0 to 4.2.0
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@f03ac76...1828c10)
    
    Updates `astral-sh/setup-uv` from 8.2.0 to 9.0.0
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@fac544c...c771a70)
    
    Updates `OpenAstronomy/supported-pythons` from 2.0.4 to 2.1.0
    - [Release notes](https://github.com/openastronomy/supported-pythons/releases)
    - [Commits](OpenAstronomy/supported-pythons@83fea1c...e83f87c)
    
    Updates `actions/cache` from 5.0.5 to 6.1.0
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@27d5ce7...55cc834)
    
    Updates `mamba-org/setup-micromamba` from 3.0.0 to 3.1.0
    - [Release notes](https://github.com/mamba-org/setup-micromamba/releases)
    - [Commits](mamba-org/setup-micromamba@d7c9bd8...ce51e99)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/checkout
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: docker/setup-qemu-action
      dependency-version: 4.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: pypa/cibuildwheel
      dependency-version: 4.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: astral-sh/setup-uv
      dependency-version: 9.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: OpenAstronomy/supported-pythons
      dependency-version: 2.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: actions/cache
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: mamba-org/setup-micromamba
      dependency-version: 3.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and astrofrog committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    1611b98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #421 from OpenAstronomy/dependabot/github_actions/…

    …dot-github/workflows/actions-767505158f
    
    Bump the actions group across 1 directory with 8 updates
    astrofrog authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    22ddf09 View commit details
    Browse the repository at this point in the history
Loading