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: rojopolis/spellcheck-github-actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.59.0
Choose a base ref
...
head repository: rojopolis/spellcheck-github-actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.60.0
Choose a head ref
  • 12 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 2, 2026

  1. Bump rojopolis/spellcheck-github-actions from 0.58.0 to 0.59.0 (#327)

    Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.58.0 to 0.59.0.
    - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
    - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
    - [Commits](0bf4b2f...79c6662)
    
    ---
    updated-dependencies:
    - dependency-name: rojopolis/spellcheck-github-actions
      dependency-version: 0.59.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    aa556f4 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#326)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@b7c566a...bbbca2d)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    9e9bf05 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Bump docker/metadata-action from 5.10.0 to 6.0.0 (#332)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.10.0 to 6.0.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@c299e40...030e881)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    5d55413 View commit details
    Browse the repository at this point in the history
  2. Bump docker/login-action from 3.7.0 to 4.0.0 (#333)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@c94ce9f...b45d80f)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-version: 4.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    dc29b58 View commit details
    Browse the repository at this point in the history
  3. Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#329)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.12.0 to 4.0.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@8d2750c...4d04d5d)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-version: 4.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    b3b2580 View commit details
    Browse the repository at this point in the history
  4. Bump docker/build-push-action from 6.19.2 to 7.0.0 (#330)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.0.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@10e90e3...d08e5c3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    ebefb9d View commit details
    Browse the repository at this point in the history
  5. Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#331)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.7.0 to 4.0.0.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@c7c5346...ce36039)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-version: 4.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    631e4a7 View commit details
    Browse the repository at this point in the history
  6. Bump python from 486b809 to 6a27522 (#325)

    Bumps python from `486b809` to `6a27522`.
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-version: 3.14.3-slim-trixie
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    6d6eb52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df486cb View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. More correct error message, issue #328 (#334)

    * Addressing issue #328, cleaned up the error message, to be more correct, but not more useful :-/
    
    * Preparing release
    jonasbn authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    bafc7d3 View commit details
    Browse the repository at this point in the history
  2. Preparing release 0.60.0

    jonasbn committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    1d3820d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #335 from rojopolis/release_candidate_0.60.0

    Preparing release 0.60.0
    jonasbn authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    e3cd8e9 View commit details
    Browse the repository at this point in the history
Loading