Skip to content

Bump actions/checkout from 6 to 7#519

Merged
adrinjalali merged 2 commits into
mainfrom
dependabot/github_actions/actions/checkout-7
Jun 23, 2026
Merged

Bump actions/checkout from 6 to 7#519
adrinjalali merged 2 commits into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 22, 2026
adrinjalali added a commit that referenced this pull request Jun 23, 2026
* MNT bump nightly scikit-learn pin to 1.10.dev0

The scientific-python-nightly-wheels index no longer publishes
scikit-learn 1.9.dev0, so pixi fails to solve the `default` and
`ci-sklearn-nightly` environments. Since every CI job resolves the
`default` environment, this broke all of CI (e.g. PR #519).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* CI add scikit-learn 1.9 to the test matrix

Now that scikit-learn 1.9.0 is released and nightly tracks 1.10.dev0,
add a ci-sklearn19 environment/feature and wire it into the build-test
matrix so the latest stable release is covered.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* deps versions

* catboost

* TST wrap generator argvalues in list() for parametrize

Newer pytest (preparing for pytest 10) deprecates passing a non-Collection
iterable (here, generators) to @pytest.mark.parametrize, raising
PytestRemovedIn10Warning. skops treats DeprecationWarning as an error, so
this aborted collection of test_persist.py and failed every CI environment.
Wrap the _tested_estimators/_tested_ufuncs/_tested_types/_unsupported_estimators
generators in list().

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* FIX use matplotlib orientation kwarg instead of deprecated vert

matplotlib deprecated boxplot's `vert` (bool) in 3.11 (removed in 3.13) in
favour of `orientation` ({'vertical','horizontal'}); with skops treating
DeprecationWarning as an error this failed the permutation-importance card
tests on every CI environment.

The previous `vert="horizontal"` was also a latent bug: `vert` is boolean, so
the truthy string rendered the boxplot vertically rather than horizontally.

Teach the boxplot() shim to pick `orientation=` on matplotlib >=3.10 and fall
back to `vert=` (bool) on older versions, and pass orientation="horizontal"
from the card so the plot is horizontal as originally intended.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* TST avoid leaking fig2.png into the cwd in test_copy_plots

test_copy_plots saved one plot to a relative "fig2.png" path, which wrote it
into the current working directory (the repo root) and left it behind. Save it
into the test's temporary directory like fig1, so it is cleaned up with it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@adrinjalali adrinjalali merged commit 50d3165 into main Jun 23, 2026
57 checks passed
@adrinjalali adrinjalali deleted the dependabot/github_actions/actions/checkout-7 branch June 23, 2026 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant