I have recently done two maintenance releases of the GitHub action for checking spelling.
-
0.50.0
on 2025-05-16 -
0.51.0
on 2025-05-20
I did one as the base image was updated and could might aswell ship it, since not much else was planned.
From the change log for 0.50.0
:
- Docker image updated to Python 3.13.4 slim via PR #246 from Dependabot. Release notes for Python 3.13.4
A few days after a PR for updating the base image again came in.
From the change log for 0.51.0
:
- Docker image updated to Python 3.13.5 slim via PR #249 from Dependabot. Release notes for Python 3.13.5
Release 0.49.0
was made on 2025-05-22 and prior to that 0.48.0
on 2025-04-01, so I was satisfied with the monthly cadence of releases.
But the world around us changes constantly, so I thought I might as well keep up and get the chore done.
For myself this results in a bunch of PRs to review and merge, next week when Dependabot notifies me of the 0.51.0
, but I can live with that and I can handle it on my commute to work on the phone. I hope it is not too much inconvenience for the other users of the action.
Top comments (0)