chore: update CI workflows and maintenance files#4324
Open
PastelStorm wants to merge 2 commits intoevoss/tesseract-hocr-copy-fixfrom
Open
chore: update CI workflows and maintenance files#4324PastelStorm wants to merge 2 commits intoevoss/tesseract-hocr-copy-fixfrom
PastelStorm wants to merge 2 commits intoevoss/tesseract-hocr-copy-fixfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Refresh workflow action versions, sync repo maintenance scripts, and carry the lockfile updates needed for the CI and dependency maintenance baseline. Made-with: Cursor
14d9c42 to
ab80af8
Compare
badGarnet
reviewed
Apr 8, 2026
| - name: Install supported pandas baseline | ||
| if: matrix.pandas-spec != '' | ||
| run: | | ||
| uv pip install --reinstall "${{ matrix.pandas-spec }}" |
Collaborator
There was a problem hiding this comment.
why do we need to reinstall pandas to the spec here? if we need that shouldn't we pin in the pyproject.toml instead?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refresh workflow action versions, sync repo maintenance scripts, and carry the lockfile updates needed for the CI and dependency maintenance baseline.
Made-with: Cursor
Note
Medium Risk
Medium risk because it changes CI execution by upgrading workflow actions and altering dependency setup (notably pandas pinning for certain extras), which can affect build/test behavior without touching runtime code.
Overview
Refreshes GitHub Actions workflows by bumping
actions/checkouttov5across all workflows, upgradingdorny/paths-filtertov4, and forcing JS actions to run on Node 24 viaFORCE_JAVASCRIPT_ACTIONS_TO_NODE24.Adjusts CI dependency testing and maintenance checks by adding a
pandas<3baseline reinstall step for thecsvandxlsxextras matrix, and updating the license-check allowlist/ignore list (includingmatplotlib-inline) with a correspondingCHANGELOG.mdmaintenance note.Reviewed by Cursor Bugbot for commit ab80af8. Bugbot is set up for automated code reviews on this repo. Configure here.