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.55.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.56.0
Choose a head ref
  • 12 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 28, 2025

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

Commits on Dec 1, 2025

  1. Bump docker/metadata-action from 5.9.0 to 5.10.0

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.9.0 to 5.10.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@318604b...c299e40)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-version: 5.10.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    be8d976 View commit details
    Browse the repository at this point in the history
  2. Bump rojopolis/spellcheck-github-actions from 0.54.0 to 0.55.0

    Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.54.0 to 0.55.0.
    - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
    - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
    - [Commits](6f2326b...16d0338)
    
    ---
    updated-dependencies:
    - dependency-name: rojopolis/spellcheck-github-actions
      dependency-version: 0.55.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    78f9430 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #297 from rojopolis/dependabot/github_actions/rojo…

    …polis/spellcheck-github-actions-0.55.0
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    c463954 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Merge pull request #296 from rojopolis/dependabot/github_actions/dock…

    …er/metadata-action-5.10.0
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    94b453d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Bump actions/checkout from 6.0.0 to 6.0.1 (#300)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@1af3b93...8e8c483)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      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 Dec 8, 2025
    Configuration menu
    Copy the full SHA
    9d8e62f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#302)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@330a01c...b7c566a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      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 Dec 15, 2025
    Configuration menu
    Copy the full SHA
    1d60aa1 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#304)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.1 to 3.12.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@e468171...8d2750c)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-version: 3.12.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 Dec 22, 2025
    Configuration menu
    Copy the full SHA
    146b53b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. Support for Portuguese (#305)

    * Support for Portuguese (Portugal and Brazil) for both Hunspell and Aspell
    
    * Updated documentation for Portuguese dictionaries for both Hunspell and Aspell
    jonasbn authored Dec 27, 2025
    Configuration menu
    Copy the full SHA
    e3c5871 View commit details
    Browse the repository at this point in the history
  2. Corrected some bad spelling

    jonasbn committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    d436c72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf00c4e View commit details
    Browse the repository at this point in the history
  4. Preparing release 0.56.0, maintenance and feature release (#307)

    * Preparing release 0.56.0, maintenance and feature release
    
    * Updated mentioned version numbers
    jonasbn authored Dec 27, 2025
    Configuration menu
    Copy the full SHA
    cebe064 View commit details
    Browse the repository at this point in the history
Loading