You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2023/01/09 16:32:08 UTC

[GitHub] [commons-geometry] dependabot[bot] opened a new pull request, #206: Bump actions/cache from 3.2.2 to 3.2.3

dependabot[bot] opened a new pull request, #206:
URL: https://github.com/apache/commons-geometry/pull/206

   Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
   <blockquote>
   <h2>v3.2.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add Mint example by <a href="https://github.com/uhooi"><code>@​uhooi</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1051">actions/cache#1051</a></li>
   <li>Fixed broken link by <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1057">actions/cache#1057</a></li>
   <li>Add support to opt-in enable cross-os caching on windows by <a href="https://github.com/Phantsure"><code>@​Phantsure</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1056">actions/cache#1056</a></li>
   <li>Release support for cross-os caching as opt-in feature by <a href="https://github.com/Phantsure"><code>@​Phantsure</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1060">actions/cache#1060</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/uhooi"><code>@​uhooi</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1051">actions/cache#1051</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.2.3">https://github.com/actions/cache/compare/v3...v3.2.3</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p>
   <blockquote>
   <h3>3.2.2</h3>
   <ul>
   <li>Reverted the changes made in 3.2.1 to use gnu tar and zstd by default on windows.</li>
   </ul>
   <h3>3.2.3</h3>
   <ul>
   <li>Support cross os caching on Windows as an opt-in feature.</li>
   <li>Fix issue with symlink restoration on Windows for cross-os caches.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/cache/commit/58c146cc91c5b9e778e71775dfe9bf1442ad9a12"><code>58c146c</code></a> Release support for cross-os caching as opt-in feature (<a href="https://github-redirect.dependabot.com/actions/cache/issues/1060">#1060</a>)</li>
   <li><a href="https://github.com/actions/cache/commit/6fd2d4538ca777f67fccddb233cf1a8ff1339012"><code>6fd2d45</code></a> Add support to opt-in enable cross-os caching on windows (<a href="https://github-redirect.dependabot.com/actions/cache/issues/1056">#1056</a>)</li>
   <li><a href="https://github.com/actions/cache/commit/1f414295fe1e1bab9fb9b7ef11ce3f9fe556343c"><code>1f41429</code></a> Fixed broken link (<a href="https://github-redirect.dependabot.com/actions/cache/issues/1057">#1057</a>)</li>
   <li><a href="https://github.com/actions/cache/commit/365406cb701e1cc758077b05049298a49a8b71c2"><code>365406c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/1051">#1051</a> from uhooi/feature/add_mint_example</li>
   <li><a href="https://github.com/actions/cache/commit/d6217569d58fbcf42f4bdf873fd06820f76724c2"><code>d621756</code></a> Update Mint example</li>
   <li><a href="https://github.com/actions/cache/commit/84e54000da2dc6a631a786445872e84be33086ea"><code>84e5400</code></a> Merge remote-tracking branch 'origin/main' into feature/add_mint_example</li>
   <li>See full diff in <a href="https://github.com/actions/cache/compare/v3.2.2...v3.2.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=3.2.2&new-version=3.2.3)](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 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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-geometry] dependabot[bot] commented on pull request #206: Bump actions/cache from 3.2.2 to 3.2.3

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #206:
URL: https://github.com/apache/commons-geometry/pull/206#issuecomment-1416072218

   Superseded by #208.


-- 
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: notifications-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-geometry] dependabot[bot] closed pull request #206: Bump actions/cache from 3.2.2 to 3.2.3

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #206: Bump actions/cache from 3.2.2 to 3.2.3
URL: https://github.com/apache/commons-geometry/pull/206


-- 
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: notifications-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org