mirror of
https://github.com/jdx/mise-action.git
synced 2026-07-01 09:09:30 +00:00
chore(deps): update bundled dist
This commit is contained in:
parent
fca91eb9fe
commit
786c04e535
3 changed files with 6 additions and 6 deletions
6
dist/index.js
generated
vendored
6
dist/index.js
generated
vendored
|
|
@ -30550,7 +30550,7 @@ function requireBraceExpansion () {
|
|||
|
||||
N = [];
|
||||
|
||||
for (var i = x; test(i, y); i += incr) {
|
||||
for (var i = x; test(i, y) && N.length < max; i += incr) {
|
||||
var c;
|
||||
if (isAlphaSequence) {
|
||||
c = String.fromCharCode(i);
|
||||
|
|
@ -71996,7 +71996,7 @@ NetworkError.isNetworkErrorCode = (code) => {
|
|||
};
|
||||
class UsageError extends Error {
|
||||
constructor() {
|
||||
const message = `Cache storage quota has been hit. Unable to upload any new cache entries. Usage is recalculated every 6-12 hours.\nMore info on storage limits: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`;
|
||||
const message = `Cache storage quota has been hit. Unable to upload any new cache entries.\nMore info on storage limits: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`;
|
||||
super(message);
|
||||
this.name = 'UsageError';
|
||||
}
|
||||
|
|
@ -72707,7 +72707,7 @@ function getCacheServiceURL() {
|
|||
}
|
||||
}
|
||||
|
||||
var version = "6.0.0";
|
||||
var version = "6.0.1";
|
||||
var require$$0 = {
|
||||
version: version};
|
||||
|
||||
|
|
|
|||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
4
dist/licenses.txt
generated
vendored
4
dist/licenses.txt
generated
vendored
|
|
@ -264,7 +264,7 @@ SOFTWARE.
|
|||
---
|
||||
|
||||
Name: brace-expansion
|
||||
Version: 1.1.14
|
||||
Version: 1.1.15
|
||||
License: MIT
|
||||
Private: false
|
||||
Description: Brace expansion as known from sh/bash
|
||||
|
|
@ -355,7 +355,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
---
|
||||
|
||||
Name: @actions/cache
|
||||
Version: 6.0.0
|
||||
Version: 6.0.1
|
||||
License: MIT
|
||||
Private: false
|
||||
Description: Actions cache lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue