dependabot[bot] opened a new pull request, #3561: URL: https://github.com/apache/arrow-adbc/pull/3561
Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.11.3 to 2.11.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/r-lib/actions/blob/v2-branch/NEWS.md">r-lib/actions's changelog</a>.</em></p> <blockquote> <h1><code>v2.11.4</code> (2025-10-08)</h1> <ul> <li><code>[setup-r]</code> correctly installs Rtools again on aarch64 Windows, as needed.</li> </ul> <h1><code>v2.11.3</code> (2025-03-24)</h1> <ul> <li><code>[setup-r]</code> now supports Rtools45, and installs it by default for R >= 4.5.0.</li> </ul> <h1><code>v2.11.2</code> (2025-02-19)</h1> <ul> <li> <p><code>[setup-r]</code> now installs gfortran 14.2 for R 4.5.0 and later (<a href="https://redirect.github.com/r-lib/actions/issues/965">#965</a>).</p> </li> <li> <p><code>[setup-r]</code> now does not use PPM on aarch64 Linux, because PPM does not have binary packages for aarch64 Linux, and it would send x86_64 binarires for aarch64 systems as well.</p> </li> <li> <p><code>[setup-r]</code> now unlinks <code>[email protected]</code> on macOS silently, to avoid an error from the problem matchers (<a href="https://redirect.github.com/r-lib/actions/issues/973">#973</a>).</p> </li> <li> <p><code>[setup-r-dependencies]</code> now supports <code>dependencies: FALSE</code> (<a href="https://github.com/eitsupi"><code>@eitsupi</code></a>, <a href="https://redirect.github.com/r-lib/actions/issues/961">#961</a>).</p> </li> <li> <p><code>[setup-r-dependencies]</code> now creates the <code>R_LIBS_USER</code> and <code>R_LIBS_SITE</code> library directories (<a href="https://redirect.github.com/r-lib/actions/issues/974">#974</a>).</p> </li> <li> <p><code>[setup-r-dependencies]</code> now prints the R repo status (<a href="https://redirect.github.com/r-lib/actions/issues/975">#975</a>).</p> </li> <li> <p>Example workflows that use renv now call <code>setup-r</code> with <code>r-version: renv</code>, to install the R version declared in the <code>renv.lock</code> file.</p> </li> </ul> <h1><code>v2.11.1</code> (2024-11-25)</h1> <ul> <li><code>[setup-r]</code> now unlinks the pre-installed pkg-config brew package to fix a clash with the new pkgconf package (<a href="https://redirect.github.com/r-lib/actions/issues/948">#948</a>).</li> </ul> <h1><code>v2.11.0</code> (2024-11-09)</h1> <ul> <li> <p><code>[setup-r-dependencies]</code> parameter <code>pak-version</code> can now be <code>repo</code> or <code>none</code> as well. <code>repo</code> means that the action will install pak from the configured repositories, using <code>install.packages()</code>. <code>repo</code> is appropriate on systems that do not have access to our pak repository on GitHUb. <code>none</code> means that the action does not install pak at all. Use this if you want to install pak yourself manually. Set the <code>R_LIB_FOR_PAK</code> environment variable to point to the library where pak is installed.</p> </li> <li> <p><code>[setup-r]</code> now has a <code>working-directory</code> parameter, to be able to</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/r-lib/actions/commit/6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590"><code>6f6e5bc</code></a> Update NEWS and docs before release (<a href="https://redirect.github.com/r-lib/actions/issues/1026">#1026</a>)</li> <li><a href="https://github.com/r-lib/actions/commit/ef7bc5ca2041d628feea5fc2c60fc0ceca18c436"><code>ef7bc5c</code></a> Support aarch64 Windows (<a href="https://redirect.github.com/r-lib/actions/issues/1025">#1025</a>)</li> <li><a href="https://github.com/r-lib/actions/commit/ab09ddf037935d46c478530ed1e2031026f3460e"><code>ab09ddf</code></a> r-devel-test.yaml: allow linux and windows aarch64</li> <li><a href="https://github.com/r-lib/actions/commit/6b49fefb2846ed3e5e6e58366e7f7dfe01377f02"><code>6b49fef</code></a> Clarify upgrade values (<a href="https://redirect.github.com/r-lib/actions/issues/1004">#1004</a>)</li> <li><a href="https://github.com/r-lib/actions/commit/4f58f8ffa872cbd4cb016c51ec497fdbe0a02711"><code>4f58f8f</code></a> Fix a few typos (<a href="https://redirect.github.com/r-lib/actions/issues/1000">#1000</a>)</li> <li>See full diff in <a href="https://github.com/r-lib/actions/compare/bd49c52ffe281809afa6f0fecbf37483c5dd0b93...6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
