Skip to content

Commit 45b57d4

Browse files
authored
build(deps): bump @actions/cache from 6.0.0 to 6.1.0 (#1341)
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 6.0.0 to 6.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md">@​actions/cache's changelog</a>.</em></p> <blockquote> <h2>6.1.0</h2> <ul> <li>Handle cache write error due to read-only token: detect the <code>cache write denied:</code> prefix on cache reservation failures and surface it as a <code>core.warning</code> (without failing the run).</li> </ul> <h2>6.0.1</h2> <ul> <li>Bump dependency versions (<a href="https://redirect.github.com/actions/toolkit/pull/2393">#2393</a>): <ul> <li><code>@actions/core</code> to <code>^3.0.1</code></li> <li><code>@actions/http-client</code> to <code>^4.0.1</code></li> <li><code>@actions/io</code> to <code>^3.0.2</code></li> <li><code>@azure/core-rest-pipeline</code> to <code>^1.23.0</code></li> <li><code>@azure/storage-blob</code> to <code>^12.31.0</code></li> <li><code>semver</code> to <code>^7.7.4</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/actions/toolkit/commits/HEAD/packages/cache">compare view</a></li> </ul> </details> <br />
2 parents 744123e + d394dac commit 45b57d4

4 files changed

Lines changed: 77 additions & 17 deletions

File tree

dist/index.js

Lines changed: 65 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "",
3030
"license": "MIT",
3131
"dependencies": {
32-
"@actions/cache": "^6.0.0",
32+
"@actions/cache": "^6.1.0",
3333
"@actions/core": "^3.0.0",
3434
"@octokit/rest": "^22.0.1",
3535
"unzipper": "^0.12.5"

0 commit comments

Comments
 (0)