dependabot[bot] opened a new pull request, #462:
URL: https://github.com/apache/incubator-tuweni/pull/462

   Bumps [actions/cache](https://github.com/actions/cache) from 1 to 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.0.0</h2>
   <ul>
   <li>
   <p>This change adds a minimum runner version(node12 -&gt; node16), which can 
break users using an out-of-date/fork of the runner. This would be most 
commonly affecting users on GHES 3.3 or before, as those runners do not support 
node16 actions and they can use actions from github.com via <a 
href="https://docs.github.com/en/enterprise-server@3.0/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect";>github
 connect</a> or manually copying the repo to their GHES instance.</p>
   </li>
   <li>
   <p>Few dependencies and cache action usage examples have also been 
updated.</p>
   </li>
   </ul>
   <h2>v2.1.7</h2>
   <p>Support 10GB cache upload using the latest version <code>1.0.8</code> of 
<a 
href="https://www.npmjs.com/package/@actions/cache";><code>@actions/cache</code> 
</a></p>
   <h2>v2.1.6</h2>
   <ul>
   <li>Catch unhandled &quot;bad file descriptor&quot; errors that sometimes 
occurs when the cache server returns non-successful response (<a 
href="https://github-redirect.dependabot.com/actions/cache/pull/596";>actions/cache#596</a>)</li>
   </ul>
   <h2>v2.1.5</h2>
   <ul>
   <li>Fix permissions error seen when extracting caches with GNU tar that were 
previously created using BSD tar (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/527";>actions/cache#527</a>)</li>
   </ul>
   <h2>v2.1.4</h2>
   <ul>
   <li>Make caching more verbose <a 
href="https://github-redirect.dependabot.com/actions/toolkit/pull/650";>#650</a></li>
   <li>Use GNU tar on macOS if available <a 
href="https://github-redirect.dependabot.com/actions/toolkit/pull/701";>#701</a></li>
   </ul>
   <h2>v2.1.3</h2>
   <ul>
   <li>Upgrades <code>@actions/core</code> to v1.2.6 for <a 
href="https://github.com/advisories/GHSA-mfwh-5m23-j46w";>CVE-2020-15228</a>. 
This action was not using the affected methods.</li>
   <li>Fix error handling in <code>uploadChunk</code> where 400-level errors 
were not being detected and handled correctly</li>
   </ul>
   <h2>v2.1.2</h2>
   <ul>
   <li>Adds input to limit the chunk upload size, useful for self-hosted 
runners with slower upload speeds</li>
   <li>No-op when executing on GHES</li>
   </ul>
   <h2>v2.1.1</h2>
   <ul>
   <li>Update <code>@actions/cache</code> package to <code>v1.0.2</code> which 
allows cache action to use posix format when taring files.</li>
   </ul>
   <h2>v2.1.0</h2>
   <ul>
   <li>Replaces the <code>http-client</code> with the Azure Storage SDK for 
NodeJS when downloading cache content from Azure.  This should help improve 
download performance and reliability as the SDK downloads files in 4 MB chunks, 
which can be parallelized and retried independently</li>
   <li>Display download progress and speed</li>
   </ul>
   <h2>v2.0.0</h2>
   <p>Initial v2 release</p>
   <h2>What's new in v2</h2>
   <ul>
   <li>Added support for multiple paths (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/16";>actions/cache#16</a>),
 glob patterns, and single file caches (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/33";>actions/cache#33</a>)</li>
   <li>Increased performance and improved cache sizes using <code>zstd</code> 
for compression for Linux and macOS runners (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/184";>actions/cache#184</a>)</li>
   <li>Allowed caching for all events with a ref (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/63";>actions/cache#63</a>)</li>
   <li>Created the <a 
href="https://github.com/actions/toolkit/tree/master/packages/cache";><code>@actions/cache</code></a>
 npm package to allow other actions to utilize caching (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/55";>actions/cache#55</a>)</li>
   <li>Added a best-effort step to delete the archive after extraction to 
reduces storage space (<a 
href="https://github-redirect.dependabot.com/actions/cache/pull/209";>actions/cache#209</a>)</li>
   </ul>
   <h2>v1.2.0</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>Fall back to GNU tar on older versions of Windows that do not have BSD 
tar installed (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/252";>#252</a>)</li>
   <li>Fixed chunk upload retry logic (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/305";>#305</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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>
   <h1>Releases</h1>
   <h3>3.0.0</h3>
   <ul>
   <li>Updated minimum runner version support from node 12 -&gt; node 16</li>
   </ul>
   <h3>3.0.1</h3>
   <ul>
   <li>Added support for caching from GHES 3.5.</li>
   <li>Fixed download issue for files &gt; 2GB during restore.</li>
   </ul>
   <h3>3.0.2</h3>
   <ul>
   <li>Added support for dynamic cache size cap on GHES.</li>
   </ul>
   <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_MINS</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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/cache/commit/4723a57e26efda3a62cbde1812113b730952852d";><code>4723a57</code></a>
 Revert compression changes related to windows but keep version logging (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/1049";>#1049</a>)</li>
   <li><a 
href="https://github.com/actions/cache/commit/d1507cccba5975e005ebd1bdaa5a0c51832f159d";><code>d1507cc</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/actions/cache/issues/1042";>#1042</a>
 from me-and/correct-readme-re-windows</li>
   <li><a 
href="https://github.com/actions/cache/commit/333756372568b80b80849fbeb69c44a11639051b";><code>3337563</code></a>
 Merge branch 'main' into correct-readme-re-windows</li>
   <li><a 
href="https://github.com/actions/cache/commit/60c76667099108586fa72b6307da64c5fa03ebd4";><code>60c7666</code></a>
 save/README.md: Fix typo in example (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/1040";>#1040</a>)</li>
   <li><a 
href="https://github.com/actions/cache/commit/b053f2b699651003dc32d50fb3e2d03825d9172f";><code>b053f2b</code></a>
 Fix formatting error in restore/README.md (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/1044";>#1044</a>)</li>
   <li><a 
href="https://github.com/actions/cache/commit/501277cfd7e95763bb7a9e079b959b7e57713e71";><code>501277c</code></a>
 README.md: remove outdated Windows cache tip link</li>
   <li><a 
href="https://github.com/actions/cache/commit/c1a5de879eb890d062a85ee0252d6036480b1fe2";><code>c1a5de8</code></a>
 Upgrade codeql to v2 (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/1023";>#1023</a>)</li>
   <li><a 
href="https://github.com/actions/cache/commit/9b0be58822d00cbc2e7efa6780a8f0b9c273df2e";><code>9b0be58</code></a>
 Release compression related changes for windows (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/1039";>#1039</a>)</li>
   <li><a 
href="https://github.com/actions/cache/commit/c17f4bf4666a8001b1a45c09eb7a485c41aa64c3";><code>c17f4bf</code></a>
 GA for granular cache (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/1035";>#1035</a>)</li>
   <li><a 
href="https://github.com/actions/cache/commit/ac25611caef967612169ab7e95533cf932c32270";><code>ac25611</code></a>
 docs: fix an invalid link in workarounds.md (<a 
href="https://github-redirect.dependabot.com/actions/cache/issues/929";>#929</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/actions/cache/compare/v1...v3";>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=1&new-version=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: dev-unsubscr...@tuweni.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org
For additional commands, e-mail: dev-h...@tuweni.apache.org

Reply via email to