Skip to content

Commit aa6aeb8

Browse files
deps: Bump the "base" group with 3 updates across multiple ecosystems (#951)
Bumps the base group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>v6-beta by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout#2298</a></li> <li>update readme/changelog for v6 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout#2311</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p> <h2>v6-beta</h2> <h2>What's Changed</h2> <p>Updated persist-credentials to store the credentials under <code>$RUNNER_TEMP</code> instead of directly in the local git config.</p> <p>This requires a minimum Actions Runner version of <a href="https://github.com/actions/runner/releases/tag/v2.329.0">v2.329.0</a> to access the persisted credentials for <a href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action">Docker container action</a> scenarios.</p> <h2>v5.0.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>V6.0.0</h2> <ul> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> </ul> <h2>V5.0.1</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <h2>V5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>V4.3.1</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <h2>V4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@​motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@​benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <h2>v4.1.5</h2> <ul> <li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li> <li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li> <li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"><code>1af3b93</code></a> update readme/changelog for v6 (<a href="https://redirect.github.com/actions/checkout/issues/2311">#2311</a>)</li> <li><a href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e"><code>71cf226</code></a> v6-beta (<a href="https://redirect.github.com/actions/checkout/issues/2298">#2298</a>)</li> <li><a href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e"><code>069c695</code></a> Persist creds to a separate file (<a href="https://redirect.github.com/actions/checkout/issues/2286">#2286</a>)</li> <li><a href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493"><code>ff7abcd</code></a> Update README to include Node.js 24 support details and requirements (<a href="https://redirect.github.com/actions/checkout/issues/2248">#2248</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v5...v6">compare view</a></li> </ul> </details> <br /> Bumps the base group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools). Updates `ch.qos.logback:logback-classic` from 1.5.20 to 1.5.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qos-ch/logback/releases">ch.qos.logback:logback-classic's releases</a>.</em></p> <blockquote> <h2>Logback 1.5.21</h2> <p><strong>2025-11-10 Release of logback version 1.5.21</strong></p> <p>• Invocations of turbo filters in isDebugEnabled, isInfoEnabled()... remain as they were, untouched. However, any installed instances of TurboFilter are now invoked also from within the log(LoggingEvent) method of <a href="https://github.com/qos-ch/logback/blob/master/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java#L817">Logger</a> with the contents of the LoggingEvent, typically via the fluent API. This fixes <a href="https://redirect.github.com/qos-ch/logback/issues/871">issues/871</a>.</p> <p>• Removed reentry-guard in most subclasses of <code>UnsynchronizedAppenderBase</code> where it was not needed.</p> <p>• <a href="https://logback.qos.ch/manual/configuration.html#auto_configuration">Initialization procedure</a> has been simplified by removing the step instantiating a <code>SerializedModelConfigurator</code>. However, it is still possible to set up <code>SerializedModelConfigurator</code> as a custom configurator.</p> <p>• JsonEncoder is now friendlier to derivation by sub-classes as requested in <a href="https://redirect.github.com/qos-ch/logback/issues/979">issues/979.</a></p> <p>• Fixed XMLLayout thread safety issue reported in <a href="https://jira.qos.ch/browse/LOGBACK-427">LOGBACK-427</a>.</p> <p>• Removed superfluous buffering in Zip, GZ and XZ compression code.</p> <p>• A bit-wise identical binary of this version can be reproduced by building from source code at commit fed6f37ffe3449e40f6a9fffe050936a33116bd1 associated with the tag v_1.5.21. Release built using Java &quot;21&quot; 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qos-ch/logback/commit/fed6f37ffe3449e40f6a9fffe050936a33116bd1"><code>fed6f37</code></a> prepare release 1.5.21</li> <li><a href="https://github.com/qos-ch/logback/commit/b111e897cfdaf2361791d08bfdfe476eea255c84"><code>b111e89</code></a> Initialization procedure has been simplified by removing the step</li> <li><a href="https://github.com/qos-ch/logback/commit/1cd2df4be866ba48ec410ecd2e33855324b62476"><code>1cd2df4</code></a> fix issues/871</li> <li><a href="https://github.com/qos-ch/logback/commit/dea5b956f327236d0872249b9fa12562287167ac"><code>dea5b95</code></a> minor - remove superflous call to Objects.requireNonNull</li> <li><a href="https://github.com/qos-ch/logback/commit/3cecf2983c6a86d3f183b5808e19abf636bc63ad"><code>3cecf29</code></a> add comment for the TurboFilter list ACCEPT case</li> <li><a href="https://github.com/qos-ch/logback/commit/149714232d81fa7844a4518de4b17ae3b77ce648"><code>1497142</code></a> improve performance for 2 or more turbo filters</li> <li><a href="https://github.com/qos-ch/logback/commit/04a7ba558c393070c2eb2c78a1a999ba19d482ee"><code>04a7ba5</code></a> most subclasses of UnsynchronizedAppenderBase do not need a reentry guard</li> <li><a href="https://github.com/qos-ch/logback/commit/ab6a006ad08c328a190de76d71d91f9bbac06364"><code>ab6a006</code></a> add maven cache to github CI, update .github/FUNDING.yml</li> <li><a href="https://github.com/qos-ch/logback/commit/2bf5557a76b7c292253d4aa962da762134796431"><code>2bf5557</code></a> fix failed LegacyPatternLayoutTest#subPattern test due to TZ discrepancies, u...</li> <li><a href="https://github.com/qos-ch/logback/commit/2ca8c527524870b46a4a7c195cbf8e0ee263ca28"><code>2ca8c52</code></a> update funding info</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.5.20...v_1.5.21">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.buildtools.native` from 0.11.2 to 0.11.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/native-build-tools/releases">org.graalvm.buildtools.native's releases</a>.</em></p> <blockquote> <h2>0.11.3</h2> <h2>What's Changed</h2> <ul> <li>Create release 0.11.2 by <a href="https://github.com/graalvmbot"><code>@​graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/786">graalvm/native-build-tools#786</a></li> <li>bump version to 0.11.3 SNAPSHOT by <a href="https://github.com/graalvmbot"><code>@​graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/789">graalvm/native-build-tools#789</a></li> <li>Update reachability metadata to 0.3.30 by <a href="https://github.com/graalvmbot"><code>@​graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/796">graalvm/native-build-tools#796</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/0.11.2...0.11.3">https://github.com/graalvm/native-build-tools/compare/0.11.2...0.11.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graalvm/native-build-tools/commit/212108acd44fd604ee2d00bfd117fd2cfa419042"><code>212108a</code></a> Release 0.11.3</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/95d47959cb6194556f3dfd572c702286700aa1c7"><code>95d4795</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/796">#796</a> from graalvm/update-metadata-to-0.3.30</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/048d00a2395953f0195e393773aee391bbc06284"><code>048d00a</code></a> Update reachability metadata to 0.3.30</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/3ba3c7e92f84657434b973641bb64a6971ac3b75"><code>3ba3c7e</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/789">#789</a> from graalvm/bump-version-to-0.11.3-SNAPSHOT</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/b37d020be2dc9c56711f3f33bd217a784ebe4006"><code>b37d020</code></a> bump version to 0.11.3 SNAPSHOT</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/ceffc6efef94e0374e95d9e344955d64346eb647"><code>ceffc6e</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/786">#786</a> from graalvm/release/0.11.2</li> <li>See full diff in <a href="https://github.com/graalvm/native-build-tools/compare/0.11.2...0.11.3">compare view</a></li> </ul> </details> <br /> Bumps the base group with 1 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback). Updates `ch.qos.logback:logback-classic` from 1.5.20 to 1.5.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qos-ch/logback/releases">ch.qos.logback:logback-classic's releases</a>.</em></p> <blockquote> <h2>Logback 1.5.21</h2> <p><strong>2025-11-10 Release of logback version 1.5.21</strong></p> <p>• Invocations of turbo filters in isDebugEnabled, isInfoEnabled()... remain as they were, untouched. However, any installed instances of TurboFilter are now invoked also from within the log(LoggingEvent) method of <a href="https://github.com/qos-ch/logback/blob/master/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java#L817">Logger</a> with the contents of the LoggingEvent, typically via the fluent API. This fixes <a href="https://redirect.github.com/qos-ch/logback/issues/871">issues/871</a>.</p> <p>• Removed reentry-guard in most subclasses of <code>UnsynchronizedAppenderBase</code> where it was not needed.</p> <p>• <a href="https://logback.qos.ch/manual/configuration.html#auto_configuration">Initialization procedure</a> has been simplified by removing the step instantiating a <code>SerializedModelConfigurator</code>. However, it is still possible to set up <code>SerializedModelConfigurator</code> as a custom configurator.</p> <p>• JsonEncoder is now friendlier to derivation by sub-classes as requested in <a href="https://redirect.github.com/qos-ch/logback/issues/979">issues/979.</a></p> <p>• Fixed XMLLayout thread safety issue reported in <a href="https://jira.qos.ch/browse/LOGBACK-427">LOGBACK-427</a>.</p> <p>• Removed superfluous buffering in Zip, GZ and XZ compression code.</p> <p>• A bit-wise identical binary of this version can be reproduced by building from source code at commit fed6f37ffe3449e40f6a9fffe050936a33116bd1 associated with the tag v_1.5.21. Release built using Java &quot;21&quot; 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qos-ch/logback/commit/fed6f37ffe3449e40f6a9fffe050936a33116bd1"><code>fed6f37</code></a> prepare release 1.5.21</li> <li><a href="https://github.com/qos-ch/logback/commit/b111e897cfdaf2361791d08bfdfe476eea255c84"><code>b111e89</code></a> Initialization procedure has been simplified by removing the step</li> <li><a href="https://github.com/qos-ch/logback/commit/1cd2df4be866ba48ec410ecd2e33855324b62476"><code>1cd2df4</code></a> fix issues/871</li> <li><a href="https://github.com/qos-ch/logback/commit/dea5b956f327236d0872249b9fa12562287167ac"><code>dea5b95</code></a> minor - remove superflous call to Objects.requireNonNull</li> <li><a href="https://github.com/qos-ch/logback/commit/3cecf2983c6a86d3f183b5808e19abf636bc63ad"><code>3cecf29</code></a> add comment for the TurboFilter list ACCEPT case</li> <li><a href="https://github.com/qos-ch/logback/commit/149714232d81fa7844a4518de4b17ae3b77ce648"><code>1497142</code></a> improve performance for 2 or more turbo filters</li> <li><a href="https://github.com/qos-ch/logback/commit/04a7ba558c393070c2eb2c78a1a999ba19d482ee"><code>04a7ba5</code></a> most subclasses of UnsynchronizedAppenderBase do not need a reentry guard</li> <li><a href="https://github.com/qos-ch/logback/commit/ab6a006ad08c328a190de76d71d91f9bbac06364"><code>ab6a006</code></a> add maven cache to github CI, update .github/FUNDING.yml</li> <li><a href="https://github.com/qos-ch/logback/commit/2bf5557a76b7c292253d4aa962da762134796431"><code>2bf5557</code></a> fix failed LegacyPatternLayoutTest#subPattern test due to TZ discrepancies, u...</li> <li><a href="https://github.com/qos-ch/logback/commit/2ca8c527524870b46a4a7c195cbf8e0ee263ca28"><code>2ca8c52</code></a> update funding info</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.5.20...v_1.5.21">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukáš Petrovický <lukas@timefold.ai>
1 parent fb6097f commit aa6aeb8

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

.github/workflows/pull_request_gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
timeout-minutes: 120
3030
steps:
3131
- name: Checkout timefold-quickstarts
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
path: './timefold-quickstarts'
3535

3636
- name: Checkout timefold-solver (PR) # Checkout the PR branch first, if it exists
3737
if: github.head_ref # Only true if this is a PR.
3838
id: checkout-solver-pr
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
continue-on-error: true
4141
with:
4242
repository: ${{ github.actor }}/timefold-solver
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0 # Otherwise merge will fail on account of not having history.
4646
- name: Checkout timefold-solver (main) # Checkout the main branch if the PR branch does not exist
4747
if: ${{ steps.checkout-solver-pr.outcome != 'success' }}
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
repository: TimefoldAI/timefold-solver
5151
ref: main

.github/workflows/pull_request_maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
- name: Support long paths
3232
run: git config --global core.longpaths true
3333
- name: Checkout timefold-quickstarts
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
path: './timefold-quickstarts'
3737

3838
- name: Checkout timefold-solver (PR) # Checkout the PR branch first, if it exists
3939
if: github.head_ref # Only true if this is a PR.
4040
id: checkout-solver-pr
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
continue-on-error: true
4343
with:
4444
repository: ${{ github.actor }}/timefold-solver
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0 # Otherwise merge will fail on account of not having history.
4848
- name: Checkout timefold-solver (main) # Checkout the main branch if the PR branch does not exist
4949
if: ${{ steps.checkout-solver-pr.outcome != 'success' }}
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
with:
5252
repository: TimefoldAI/timefold-solver
5353
ref: main

.github/workflows/pull_request_maven_long_running.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
timeout-minutes: 120
7373
steps:
7474
- name: Checkout timefold-quickstarts
75-
uses: actions/checkout@v5
75+
uses: actions/checkout@v6
7676
with:
7777
path: ./timefold-quickstarts
7878
ref: ${{ github.event.pull_request.head.sha }} # The GHA event will pull the main branch by default, and we must specify the PR reference version
7979
- name: Checkout timefold-solver (PR) # Checkout the PR branch first, if it exists
8080
id: checkout-solver
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6
8282
continue-on-error: true
8383
with:
8484
repository: ${{ github.actor }}/timefold-solver
@@ -87,7 +87,7 @@ jobs:
8787
fetch-depth: 0 # Otherwise merge will fail on account of not having history.
8888
- name: Checkout timefold-solver (main) # Checkout the main branch if the PR branch does not exist
8989
if: steps.checkout-solver.outcome != 'success'
90-
uses: actions/checkout@v5
90+
uses: actions/checkout@v6
9191
with:
9292
repository: TimefoldAI/timefold-solver
9393
ref: main
@@ -131,13 +131,13 @@ jobs:
131131
timeout-minutes: 120
132132
steps:
133133
- name: Checkout timefold-quickstarts
134-
uses: actions/checkout@v5
134+
uses: actions/checkout@v6
135135
with:
136136
path: ./timefold-quickstarts
137137
ref: ${{ github.event.pull_request.head.sha }} # The GHA event will pull the main branch by default, and we must specify the PR reference version
138138
- name: Checkout timefold-solver (PR) # Checkout the PR branch first, if it exists
139139
id: checkout-solver
140-
uses: actions/checkout@v5
140+
uses: actions/checkout@v6
141141
continue-on-error: true
142142
with:
143143
repository: ${{ github.actor }}/timefold-solver
@@ -146,7 +146,7 @@ jobs:
146146
fetch-depth: 0 # Otherwise merge will fail on account of not having history.
147147
- name: Checkout timefold-solver (main) # Checkout the main branch if the PR branch does not exist
148148
if: steps.checkout-solver.outcome != 'success'
149-
uses: actions/checkout@v5
149+
uses: actions/checkout@v6
150150
with:
151151
repository: TimefoldAI/timefold-solver
152152
ref: main
@@ -155,7 +155,7 @@ jobs:
155155

156156
- name: Checkout timefold-solver-enterprise (PR) # Checkout the PR branch first, if it exists
157157
id: checkout-solver-enterprise
158-
uses: actions/checkout@v5
158+
uses: actions/checkout@v6
159159
continue-on-error: true
160160
with:
161161
repository: TimefoldAI/timefold-solver-enterprise
@@ -165,7 +165,7 @@ jobs:
165165
fetch-depth: 0 # Otherwise merge will fail on account of not having history.
166166
- name: Checkout timefold-solver-enterprise (main) # Checkout the main branch if the PR branch does not exist
167167
if: steps.checkout-solver-enterprise.outcome != 'success'
168-
uses: actions/checkout@v5
168+
uses: actions/checkout@v6
169169
with:
170170
repository: TimefoldAI/timefold-solver-enterprise
171171
ref: main
@@ -229,13 +229,13 @@ jobs:
229229
timeout-minutes: 120
230230
steps:
231231
- name: Checkout timefold-quickstarts
232-
uses: actions/checkout@v5
232+
uses: actions/checkout@v6
233233
with:
234234
path: ./timefold-quickstarts
235235
ref: ${{ github.event.pull_request.head.sha }} # The GHA event will pull the main branch by default, and we must specify the PR reference version
236236
- name: Checkout timefold-solver (PR) # Checkout the PR branch first, if it exists
237237
id: checkout-solver
238-
uses: actions/checkout@v5
238+
uses: actions/checkout@v6
239239
continue-on-error: true
240240
with:
241241
repository: ${{ github.actor }}/timefold-solver
@@ -244,7 +244,7 @@ jobs:
244244
fetch-depth: 0 # Otherwise merge will fail on account of not having history.
245245
- name: Checkout timefold-solver (main) # Checkout the main branch if the PR branch does not exist
246246
if: steps.checkout-solver.outcome != 'success'
247-
uses: actions/checkout@v5
247+
uses: actions/checkout@v6
248248
with:
249249
repository: TimefoldAI/timefold-solver
250250
ref: main

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
runs-on: self-hosted
2222
steps:
2323
- name: Checkout timefold-quickstarts
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
repository: TimefoldAI/timefold-quickstarts
2727
path: ./timefold-quickstarts
2828
ref: ${{ github.event.inputs.developmentBranch }}
2929
fetch-depth: 0 # Otherwise merge will fail on account of not having history.
3030

3131
- name: Checkout timefold-solver
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
repository: TimefoldAI/timefold-solver
3535
path: ./timefold-solver

java/hello-world/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
def timefoldVersion = "999-SNAPSHOT"
7-
def logbackVersion = "1.5.20"
7+
def logbackVersion = "1.5.21"
88
def junitVersion = "6.0.1"
99
def assertjVersion = "3.27.6"
1010
def profile = System.properties['profile'] ?: ''

java/hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<version.ai.timefold.solver>999-SNAPSHOT</version.ai.timefold.solver>
1616
<version.org.assertj>3.27.6</version.org.assertj>
1717
<version.org.junit.jupiter>6.0.1</version.org.junit.jupiter>
18-
<version.ch.qos.logback>1.5.20</version.ch.qos.logback>
18+
<version.ch.qos.logback>1.5.21</version.ch.qos.logback>
1919

2020
<version.compiler.plugin>3.14.1</version.compiler.plugin>
2121
<version.surefire.plugin>3.5.4</version.surefire.plugin>

java/spring-boot-integration/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "org.springframework.boot" version "3.5.7"
33
id "io.spring.dependency-management" version "1.1.7"
4-
id 'org.graalvm.buildtools.native' version '0.11.2'
4+
id 'org.graalvm.buildtools.native' version '0.11.3'
55
id "java"
66
}
77

0 commit comments

Comments
 (0)