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 2022/10/14 05:06:09 UTC

[GitHub] [commons-chain] dependabot[bot] opened a new pull request, #42: Bump actions/cache from 3.0.3 to 3.0.11

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

   Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.11.
   <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.0.11</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Call out cache not saved on hit by <a href="https://github.com/Phantsure"><code>@​Phantsure</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/946">actions/cache#946</a></li>
   <li>Update <code>@​actions/core</code> to 1.10.0 by <a href="https://github.com/rentziass"><code>@​rentziass</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/950">actions/cache#950</a></li>
   <li>Update cache to use <code>@​actions/core</code>@^1.10.0 by <a href="https://github.com/pdotl"><code>@​pdotl</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/956">actions/cache#956</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/rentziass"><code>@​rentziass</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/950">actions/cache#950</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.0.11">https://github.com/actions/cache/compare/v3...v3.0.11</a></p>
   <h2>v3.0.10</h2>
   <ul>
   <li>Fix a bug with sorting inputs.</li>
   <li>Update definition for <code>restore-keys</code> in README.md</li>
   </ul>
   <h2>v3.0.9</h2>
   <ul>
   <li>Enhanced the warning message for cache unavailability in case of GHES.</li>
   </ul>
   <h2>v3.0.8</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix <code>zstd</code> not working for windows on gnu tar in issues.</li>
   <li>Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable <code>SEGMENT_DOWNLOAD_TIMEOUT_MIN</code>. Default is 60 minutes.</li>
   </ul>
   <h2>v3.0.7</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.</li>
   </ul>
   <h2>v3.0.6</h2>
   <h3>What's Changed</h3>
   <ul>
   <li>Add example for clojure lein project dependencies by <a href="https://github.com/shivamarora1"><code>@​shivamarora1</code></a> in PR <a href="https://github-redirect.dependabot.com/actions/cache/pull/835">actions/cache#835</a></li>
   <li>Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by <a href="https://github.com/pdotl"><code>@​pdotl</code></a> in PR <a href="https://github-redirect.dependabot.com/actions/cache/pull/887">actions/cache#887</a></li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/actions/cache/issues/809">#809</a> where cache save/restore was failing for Amazon Linux 2 runners due to older tar version</li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/actions/cache/issues/833">#833</a> where cache save was not working for caching github workspace directory</li>
   </ul>
   <h3>New Contributors</h3>
   <ul>
   <li><a href="https://github.com/shivamarora1"><code>@​shivamarora1</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/835">actions/cache#835</a></li>
   <li><a href="https://github.com/pdotl"><code>@​pdotl</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/887">actions/cache#887</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.0.6">https://github.com/actions/cache/compare/v3...v3.0.6</a></p>
   <h2>v3.0.5</h2>
   <p>Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.</p>
   <h2>v3.0.4</h2>
   <p>In this release, we have fixed the tar creation error while trying to create it with path as <code>~/</code> home folder on <code>ubuntu-latest</code>.</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.0.3</h3>
   <ul>
   <li>Fixed avoiding empty cache save when no files are available for caching. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/624">issue</a>)</li>
   </ul>
   <h3>3.0.4</h3>
   <ul>
   <li>Fixed tar creation error while trying to create tar with path as <code>~/</code> home folder on <code>ubuntu-latest</code>. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/689">issue</a>)</li>
   </ul>
   <h3>3.0.5</h3>
   <ul>
   <li>Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (<a href="https://github-redirect.dependabot.com/actions/cache/pull/834">PR</a>)</li>
   </ul>
   <h3>3.0.6</h3>
   <ul>
   <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/809">#809</a> - zstd -d: no such file or directory error</li>
   <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/833">#833</a> - cache doesn't work with github workspace directory</li>
   </ul>
   <h3>3.0.7</h3>
   <ul>
   <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/810">#810</a> - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.</li>
   </ul>
   <h3>3.0.8</h3>
   <ul>
   <li>Fix zstd not working for windows on gnu tar in issues <a href="https://github-redirect.dependabot.com/actions/cache/issues/888">#888</a> and <a href="https://github-redirect.dependabot.com/actions/cache/issues/891">#891</a>.</li>
   <li>Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable <code>SEGMENT_DOWNLOAD_TIMEOUT_MIN</code>. Default is 60 minutes.</li>
   </ul>
   <h3>3.0.9</h3>
   <ul>
   <li>Enhanced the warning message for cache unavailablity in case of GHES.</li>
   </ul>
   <h3>3.0.10</h3>
   <ul>
   <li>Fix a bug with sorting inputs.</li>
   <li>Update definition for restore-keys in README.md</li>
   </ul>
   <h3>3.0.11</h3>
   <ul>
   <li>Update toolkit version to 3.0.5 to include <code>@actions/core@^1.10.0</code></li>
   <li>Update <code>@actions/cache</code> to use updated <code>saveState</code> and <code>setOutput</code> functions from <code>@actions/core@^1.10.0</code></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/cache/commit/9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7"><code>9b0c1fc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/956">#956</a> from actions/pdotl-version-bump</li>
   <li><a href="https://github.com/actions/cache/commit/18103f63fea3fcdd0d49433c3280892998aa2ada"><code>18103f6</code></a> Fix licensed status error</li>
   <li><a href="https://github.com/actions/cache/commit/3e383cd9c3a28c11844c2b3b85adffb0d0e6e1f2"><code>3e383cd</code></a> Update RELEASES</li>
   <li><a href="https://github.com/actions/cache/commit/43428ea05659d8e1bae90d9528e4dc23b1d270f3"><code>43428ea</code></a> toolkit versioon update and version bump for cache</li>
   <li><a href="https://github.com/actions/cache/commit/1c73980b09e7aea7201f325a7aa3ad00beddcdda"><code>1c73980</code></a> 3.0.11</li>
   <li><a href="https://github.com/actions/cache/commit/a3f5edc2378b2e43203912210dc88effa160f032"><code>a3f5edc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/950">#950</a> from rentziass/rentziass/update-actions-core</li>
   <li><a href="https://github.com/actions/cache/commit/831ee695a5fa6fdf53fae3e5202e72dfade90a5d"><code>831ee69</code></a> Update licenses</li>
   <li><a href="https://github.com/actions/cache/commit/b9c8bfe4426d1b96548309ee742254ebf1a4f21c"><code>b9c8bfe</code></a> Update <code>@​actions/core</code> to 1.10.0</li>
   <li><a href="https://github.com/actions/cache/commit/0f20846208ed4e2be4e84eecef2d1eb1bb617786"><code>0f20846</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/946">#946</a> from actions/Phantsure-patch-2</li>
   <li><a href="https://github.com/actions/cache/commit/862fc14188ec4c465f9396a35945acdbed89df66"><code>862fc14</code></a> Update README.md</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/cache/compare/v3.0.3...v3.0.11">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.0.3&new-version=3.0.11)](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-chain] dependabot[bot] closed pull request #42: Bump actions/cache from 3.0.3 to 3.0.11

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #42: Bump actions/cache from 3.0.3 to 3.0.11
URL: https://github.com/apache/commons-chain/pull/42


-- 
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-chain] dependabot[bot] commented on pull request #42: Bump actions/cache from 3.0.3 to 3.0.11

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #42:
URL: https://github.com/apache/commons-chain/pull/42#issuecomment-1362422260

   Superseded by #48.


-- 
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