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: codespell-project/actions-codespell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: codespell-project/actions-codespell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2
Choose a head ref
  • 9 commits
  • 12 files changed
  • 7 contributors

Commits on Jan 27, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#84)

    updates:
    - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    fad9339 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Bump actions/checkout from 4 to 5 (#91)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      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 Aug 12, 2025
    Configuration menu
    Copy the full SHA
    71286cb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Bump actions/setup-python from 5 to 6 (#92)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '6'
      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 Sep 4, 2025
    Configuration menu
    Copy the full SHA
    8d1a4b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    037a23a View commit details
    Browse the repository at this point in the history
  2. Use pip install with --no-cache-dir in the Dockerfile (#89)

    This will help minimize the Docker image size a bit.
    PeterDaveHello authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    c460eef View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] pre-commit autoupdate (#85)

    updates:
    - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
    pre-commit-ci[bot] and larsoner authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    df0bba3 View commit details
    Browse the repository at this point in the history
  4. Upgrade to Python 3.13 (#82)

    Python 3.8 is end of life
    
    Python 3.13 is the current latest version.
    
    See: https://devguide.python.org/versions/
    
    Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
    candrews and larsoner authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    906f13f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23a4abe View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. MAINT: Release notes

    larsoner committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    8f01853 View commit details
    Browse the repository at this point in the history
Loading