chore(deps): bump actions/cache from 2 to 3.0.11 #136

Open
dependabot[bot] wants to merge 1 commit from dependabot/github_actions/actions/cache-3.0.11 into main
dependabot[bot] commented 2022-10-14 00:32:02 +00:00 (Migrated from github.com)

Bumps actions/cache from 2 to 3.0.11.

Release notes

Sourced from actions/cache's releases.

v3.0.11

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v3.0.11

v3.0.10

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.

v3.0.7

What's Changed

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

v3.0.6

What's Changed

  • Add example for clojure lein project dependencies by @​shivamarora1 in PR actions/cache#835
  • Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by @​pdotl in PR actions/cache#887
  • Fix issue #809 where cache save/restore was failing for Amazon Linux 2 runners due to older tar version
  • Fix issue #833 where cache save was not working for caching github workspace directory

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v3.0.6

v3.0.5

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

v3.0.4

In this release, we have fixed the tar creation error while trying to create it with path as ~/ home folder on ubuntu-latest.

v3.0.3

Fixed avoiding empty cache save when no files are available for caching. (actions/cache#624)

v3.0.2

... (truncated)

Changelog

Sourced from actions/cache's changelog.

3.0.11

  • Update toolkit version to 3.0.5 to include @actions/core@^1.10.0
  • Update @actions/cache to use updated saveState and setOutput functions from @actions/core@^1.10.0
Commits
  • 9b0c1fc Merge pull request #956 from actions/pdotl-version-bump
  • 18103f6 Fix licensed status error
  • 3e383cd Update RELEASES
  • 43428ea toolkit versioon update and version bump for cache
  • 1c73980 3.0.11
  • a3f5edc Merge pull request #950 from rentziass/rentziass/update-actions-core
  • 831ee69 Update licenses
  • b9c8bfe Update @​actions/core to 1.10.0
  • 0f20846 Merge pull request #946 from actions/Phantsure-patch-2
  • 862fc14 Update README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [actions/cache](https://github.com/actions/cache) from 2 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> <h2>v3.0.3</h2> <p>Fixed avoiding empty cache save when no files are available for caching. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/624">actions/cache#624</a>)</p> <h2>v3.0.2</h2> <!-- 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> <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/v2...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=2&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>
codetether[bot] commented 2026-06-04 16:22:05 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

Picked up this request for PR #136 on branch dependabot/github_actions/actions/cache-3.0.11. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with main.

## 🛠️ CodeTether Fix Picked up this request for PR #136 on branch `dependabot/github_actions/actions/cache-3.0.11`. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with `main`.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/github_actions/actions/cache-3.0.11:dependabot/github_actions/actions/cache-3.0.11
git switch dependabot/github_actions/actions/cache-3.0.11

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/github_actions/actions/cache-3.0.11
git switch dependabot/github_actions/actions/cache-3.0.11
git rebase main
git switch main
git merge --ff-only dependabot/github_actions/actions/cache-3.0.11
git switch dependabot/github_actions/actions/cache-3.0.11
git rebase main
git switch main
git merge --no-ff dependabot/github_actions/actions/cache-3.0.11
git switch main
git merge --squash dependabot/github_actions/actions/cache-3.0.11
git switch main
git merge --ff-only dependabot/github_actions/actions/cache-3.0.11
git switch main
git merge dependabot/github_actions/actions/cache-3.0.11
git push origin main
Sign in to join this conversation.
No description provided.