mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 05:50:31 +00:00
chore: release v3.4.0 (#291)
--- ## [3.4.0](https://github.com/jdx/mise-action/compare/v3.3.1..v3.4.0) - 2025-10-31 ### π Features - use autofix.ci to auto-update dist/ on all PRs by [@jdx](https://github.com/jdx) in [16e9fd5](16e9fd5251) - use autofix.ci to auto-update dist/ on all PRs (#308) by [@jdx](https://github.com/jdx) in [#308](https://github.com/jdx/mise-action/pull/308) ### π Bug Fixes - add missing `await` to `core.group` calls (#305) by [@smorimoto](https://github.com/smorimoto) in [#305](https://github.com/jdx/mise-action/pull/305) - auto-update dist folder in Renovate PRs via GitHub Actions (#306) by [@jdx](https://github.com/jdx) in [#306](https://github.com/jdx/mise-action/pull/306) - configure Renovate to ignore github-actions[bot] commits by [@jdx](https://github.com/jdx) in [993e7d0](993e7d0bb6) - run auto-update-dist workflow on all PRs by [@jdx](https://github.com/jdx) in [6d0fd75](6d0fd75ed5) ### π Documentation - update to v3 in README (#290) by [@pdecat](https://github.com/pdecat) in [#290](https://github.com/jdx/mise-action/pull/290) ### βοΈ Miscellaneous Tasks - upgrade all workflows to Node 24 by [@jdx](https://github.com/jdx) in [c7b5f37](c7b5f37cad) - remove unused workflow by [@jdx](https://github.com/jdx) in [aecb23d](aecb23d92f) ### New Contributors * @smorimoto made their first contribution in [#305](https://github.com/jdx/mise-action/pull/305) * @pdecat made their first contribution in [#290](https://github.com/jdx/mise-action/pull/290) <!-- generated by git-cliff --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
aecb23d92f
commit
be3be2260b
6 changed files with 267 additions and 69 deletions
29
CHANGELOG.md
29
CHANGELOG.md
|
|
@ -1,5 +1,34 @@
|
|||
# Changelog
|
||||
|
||||
---
|
||||
## [3.4.0](https://github.com/jdx/mise-action/compare/v3.3.1..v3.4.0) - 2025-10-31
|
||||
|
||||
### π Features
|
||||
|
||||
- use autofix.ci to auto-update dist/ on all PRs by [@jdx](https://github.com/jdx) in [16e9fd5](https://github.com/jdx/mise-action/commit/16e9fd5251189c3d389adb836f243575c134d680)
|
||||
- use autofix.ci to auto-update dist/ on all PRs (#308) by [@jdx](https://github.com/jdx) in [#308](https://github.com/jdx/mise-action/pull/308)
|
||||
|
||||
### π Bug Fixes
|
||||
|
||||
- add missing `await` to `core.group` calls (#305) by [@smorimoto](https://github.com/smorimoto) in [#305](https://github.com/jdx/mise-action/pull/305)
|
||||
- auto-update dist folder in Renovate PRs via GitHub Actions (#306) by [@jdx](https://github.com/jdx) in [#306](https://github.com/jdx/mise-action/pull/306)
|
||||
- configure Renovate to ignore github-actions[bot] commits by [@jdx](https://github.com/jdx) in [993e7d0](https://github.com/jdx/mise-action/commit/993e7d0bb6f3422ef833a702b90e2a44909ec651)
|
||||
- run auto-update-dist workflow on all PRs by [@jdx](https://github.com/jdx) in [6d0fd75](https://github.com/jdx/mise-action/commit/6d0fd75ed51124702e37bfcf6e977da73f64b4e1)
|
||||
|
||||
### π Documentation
|
||||
|
||||
- update to v3 in README (#290) by [@pdecat](https://github.com/pdecat) in [#290](https://github.com/jdx/mise-action/pull/290)
|
||||
|
||||
### βοΈ Miscellaneous Tasks
|
||||
|
||||
- upgrade all workflows to Node 24 by [@jdx](https://github.com/jdx) in [c7b5f37](https://github.com/jdx/mise-action/commit/c7b5f37cadd1a385188a023510a966efa5eed247)
|
||||
- remove unused workflow by [@jdx](https://github.com/jdx) in [aecb23d](https://github.com/jdx/mise-action/commit/aecb23d92f0e50768578578f309255414a23561d)
|
||||
|
||||
### New Contributors
|
||||
|
||||
* @smorimoto made their first contribution in [#305](https://github.com/jdx/mise-action/pull/305)
|
||||
* @pdecat made their first contribution in [#290](https://github.com/jdx/mise-action/pull/290)
|
||||
|
||||
---
|
||||
## [3.3.1](https://github.com/jdx/mise-action/compare/v3.3.0..v3.3.1) - 2025-10-06
|
||||
|
||||
|
|
|
|||
278
dist/index.js
generated
vendored
278
dist/index.js
generated
vendored
|
|
@ -64800,6 +64800,7 @@ function getCoreClientOptions(pipeline) {
|
|||
corePipeline.removePolicy({ name: core_rest_pipeline_1.decompressResponsePolicyName });
|
||||
corePipeline.addPolicy((0, StorageCorrectContentLengthPolicy_js_1.storageCorrectContentLengthPolicy)());
|
||||
corePipeline.addPolicy((0, StorageRetryPolicyV2_js_1.storageRetryPolicy)(restOptions.retryOptions), { phase: "Retry" });
|
||||
corePipeline.addPolicy((0, storage_common_1.storageRequestFailureDetailsParserPolicy)());
|
||||
corePipeline.addPolicy((0, StorageBrowserPolicyV2_js_1.storageBrowserPolicy)());
|
||||
const downlevelResults = processDownlevelPipeline(pipeline);
|
||||
if (downlevelResults) {
|
||||
|
|
@ -65889,6 +65890,27 @@ exports.StorageError = {
|
|||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceStatusCode: {
|
||||
serializedName: "CopySourceStatusCode",
|
||||
xmlName: "CopySourceStatusCode",
|
||||
type: {
|
||||
name: "Number",
|
||||
},
|
||||
},
|
||||
copySourceErrorCode: {
|
||||
serializedName: "CopySourceErrorCode",
|
||||
xmlName: "CopySourceErrorCode",
|
||||
type: {
|
||||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceErrorMessage: {
|
||||
serializedName: "CopySourceErrorMessage",
|
||||
xmlName: "CopySourceErrorMessage",
|
||||
type: {
|
||||
name: "String",
|
||||
},
|
||||
},
|
||||
code: {
|
||||
serializedName: "Code",
|
||||
xmlName: "Code",
|
||||
|
|
@ -71223,6 +71245,20 @@ exports.BlobStartCopyFromURLExceptionHeaders = {
|
|||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceErrorCode: {
|
||||
serializedName: "x-ms-copy-source-error-code",
|
||||
xmlName: "x-ms-copy-source-error-code",
|
||||
type: {
|
||||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceStatusCode: {
|
||||
serializedName: "x-ms-copy-source-status-code",
|
||||
xmlName: "x-ms-copy-source-status-code",
|
||||
type: {
|
||||
name: "Number",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
@ -71340,6 +71376,20 @@ exports.BlobCopyFromURLExceptionHeaders = {
|
|||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceErrorCode: {
|
||||
serializedName: "x-ms-copy-source-error-code",
|
||||
xmlName: "x-ms-copy-source-error-code",
|
||||
type: {
|
||||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceStatusCode: {
|
||||
serializedName: "x-ms-copy-source-status-code",
|
||||
xmlName: "x-ms-copy-source-status-code",
|
||||
type: {
|
||||
name: "Number",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
@ -72366,6 +72416,20 @@ exports.PageBlobUploadPagesFromURLExceptionHeaders = {
|
|||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceErrorCode: {
|
||||
serializedName: "x-ms-copy-source-error-code",
|
||||
xmlName: "x-ms-copy-source-error-code",
|
||||
type: {
|
||||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceStatusCode: {
|
||||
serializedName: "x-ms-copy-source-status-code",
|
||||
xmlName: "x-ms-copy-source-status-code",
|
||||
type: {
|
||||
name: "Number",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
@ -73127,6 +73191,20 @@ exports.AppendBlobAppendBlockFromUrlExceptionHeaders = {
|
|||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceErrorCode: {
|
||||
serializedName: "x-ms-copy-source-error-code",
|
||||
xmlName: "x-ms-copy-source-error-code",
|
||||
type: {
|
||||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceStatusCode: {
|
||||
serializedName: "x-ms-copy-source-status-code",
|
||||
xmlName: "x-ms-copy-source-status-code",
|
||||
type: {
|
||||
name: "Number",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
@ -73419,6 +73497,20 @@ exports.BlockBlobPutBlobFromUrlExceptionHeaders = {
|
|||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceErrorCode: {
|
||||
serializedName: "x-ms-copy-source-error-code",
|
||||
xmlName: "x-ms-copy-source-error-code",
|
||||
type: {
|
||||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceStatusCode: {
|
||||
serializedName: "x-ms-copy-source-status-code",
|
||||
xmlName: "x-ms-copy-source-status-code",
|
||||
type: {
|
||||
name: "Number",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
@ -73609,6 +73701,20 @@ exports.BlockBlobStageBlockFromURLExceptionHeaders = {
|
|||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceErrorCode: {
|
||||
serializedName: "x-ms-copy-source-error-code",
|
||||
xmlName: "x-ms-copy-source-error-code",
|
||||
type: {
|
||||
name: "String",
|
||||
},
|
||||
},
|
||||
copySourceStatusCode: {
|
||||
serializedName: "x-ms-copy-source-status-code",
|
||||
xmlName: "x-ms-copy-source-status-code",
|
||||
type: {
|
||||
name: "Number",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
@ -73913,7 +74019,7 @@ exports.timeoutInSeconds = {
|
|||
exports.version = {
|
||||
parameterPath: "version",
|
||||
mapper: {
|
||||
defaultValue: "2025-07-05",
|
||||
defaultValue: "2025-11-05",
|
||||
isConstant: true,
|
||||
serializedName: "x-ms-version",
|
||||
type: {
|
||||
|
|
@ -78820,7 +78926,7 @@ class StorageClient extends coreHttpCompat.ExtendedServiceClient {
|
|||
const defaults = {
|
||||
requestContentType: "application/json; charset=utf-8",
|
||||
};
|
||||
const packageDetails = `azsdk-js-azure-storage-blob/12.28.0`;
|
||||
const packageDetails = `azsdk-js-azure-storage-blob/12.29.1`;
|
||||
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
: `${packageDetails}`;
|
||||
|
|
@ -78836,7 +78942,7 @@ class StorageClient extends coreHttpCompat.ExtendedServiceClient {
|
|||
// Parameter assignments
|
||||
this.url = url;
|
||||
// Assigning values to Constant parameters
|
||||
this.version = options.version || "2025-07-05";
|
||||
this.version = options.version || "2025-11-05";
|
||||
this.service = new index_js_1.ServiceImpl(this);
|
||||
this.container = new index_js_1.ContainerImpl(this);
|
||||
this.blob = new index_js_1.BlobImpl(this);
|
||||
|
|
@ -80156,21 +80262,20 @@ class StorageRetryPolicy extends RequestPolicy_js_1.BaseRequestPolicy {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
// [Copy source error code] Feature is pending on service side, skip retry on copy source error for now.
|
||||
// if (response) {
|
||||
// // Retry select Copy Source Error Codes.
|
||||
// if (response?.status >= 400) {
|
||||
// const copySourceError = response.headers.get(HeaderConstants.X_MS_CopySourceErrorCode);
|
||||
// if (copySourceError !== undefined) {
|
||||
// switch (copySourceError) {
|
||||
// case "InternalError":
|
||||
// case "OperationTimedOut":
|
||||
// case "ServerBusy":
|
||||
// return true;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
if (response) {
|
||||
// Retry select Copy Source Error Codes.
|
||||
if (response?.status >= 400) {
|
||||
const copySourceError = response.headers.get(constants_js_1.HeaderConstants.X_MS_CopySourceErrorCode);
|
||||
if (copySourceError !== undefined) {
|
||||
switch (copySourceError) {
|
||||
case "InternalError":
|
||||
case "OperationTimedOut":
|
||||
case "ServerBusy":
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (err?.code === "PARSE_ERROR" && err?.message.startsWith(`Error "Error: Unclosed root tag`)) {
|
||||
log_js_1.logger.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry.");
|
||||
return true;
|
||||
|
|
@ -80322,21 +80427,20 @@ function storageRetryPolicy(options = {}) {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
// [Copy source error code] Feature is pending on service side, skip retry on copy source error for now.
|
||||
// if (response) {
|
||||
// // Retry select Copy Source Error Codes.
|
||||
// if (response?.status >= 400) {
|
||||
// const copySourceError = response.headers.get(HeaderConstants.X_MS_CopySourceErrorCode);
|
||||
// if (copySourceError !== undefined) {
|
||||
// switch (copySourceError) {
|
||||
// case "InternalError":
|
||||
// case "OperationTimedOut":
|
||||
// case "ServerBusy":
|
||||
// return true;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
if (response) {
|
||||
// Retry select Copy Source Error Codes.
|
||||
if (response?.status >= 400) {
|
||||
const copySourceError = response.headers.get(constants_js_1.HeaderConstants.X_MS_CopySourceErrorCode);
|
||||
if (copySourceError !== undefined) {
|
||||
switch (copySourceError) {
|
||||
case "InternalError":
|
||||
case "OperationTimedOut":
|
||||
case "ServerBusy":
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
function calculateDelay(isPrimaryRetry, attempt) {
|
||||
|
|
@ -83442,8 +83546,8 @@ function isLessThan(lhs, rhs) {
|
|||
// Licensed under the MIT License.
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.PathStylePorts = exports.BlobDoesNotUseCustomerSpecifiedEncryption = exports.BlobUsesCustomerSpecifiedEncryptionMsg = exports.StorageBlobLoggingAllowedQueryParameters = exports.StorageBlobLoggingAllowedHeaderNames = exports.DevelopmentConnectionString = exports.EncryptionAlgorithmAES25 = exports.HTTP_VERSION_1_1 = exports.HTTP_LINE_ENDING = exports.BATCH_MAX_PAYLOAD_IN_BYTES = exports.BATCH_MAX_REQUEST = exports.SIZE_1_MB = exports.ETagAny = exports.ETagNone = exports.HeaderConstants = exports.HTTPURLConnection = exports.URLConstants = exports.StorageOAuthScopes = exports.REQUEST_TIMEOUT = exports.DEFAULT_MAX_DOWNLOAD_RETRY_REQUESTS = exports.DEFAULT_BLOB_DOWNLOAD_BLOCK_BYTES = exports.DEFAULT_BLOCK_BUFFER_SIZE_BYTES = exports.BLOCK_BLOB_MAX_BLOCKS = exports.BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = exports.BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = exports.SERVICE_VERSION = exports.SDK_VERSION = void 0;
|
||||
exports.SDK_VERSION = "12.28.0";
|
||||
exports.SERVICE_VERSION = "2025-07-05";
|
||||
exports.SDK_VERSION = "12.29.1";
|
||||
exports.SERVICE_VERSION = "2025-11-05";
|
||||
exports.BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
|
||||
exports.BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
|
||||
exports.BLOCK_BLOB_MAX_BLOCKS = 50000;
|
||||
|
|
@ -85454,6 +85558,7 @@ tslib_1.__exportStar(__nccwpck_require__(78178), exports);
|
|||
tslib_1.__exportStar(__nccwpck_require__(35369), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(53233), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(77321), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(24174), exports);
|
||||
//# sourceMappingURL=index.js.map
|
||||
|
||||
/***/ }),
|
||||
|
|
@ -85738,6 +85843,51 @@ function storageCorrectContentLengthPolicy() {
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 24174:
|
||||
/***/ ((__unused_webpack_module, exports) => {
|
||||
|
||||
"use strict";
|
||||
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.storageRequestFailureDetailsParserPolicyName = void 0;
|
||||
exports.storageRequestFailureDetailsParserPolicy = storageRequestFailureDetailsParserPolicy;
|
||||
/**
|
||||
* The programmatic identifier of the StorageRequestFailureDetailsParserPolicy.
|
||||
*/
|
||||
exports.storageRequestFailureDetailsParserPolicyName = "storageRequestFailureDetailsParserPolicy";
|
||||
/**
|
||||
* StorageRequestFailureDetailsParserPolicy
|
||||
*/
|
||||
function storageRequestFailureDetailsParserPolicy() {
|
||||
return {
|
||||
name: exports.storageRequestFailureDetailsParserPolicyName,
|
||||
async sendRequest(request, next) {
|
||||
try {
|
||||
const response = await next(request);
|
||||
return response;
|
||||
}
|
||||
catch (err) {
|
||||
if (typeof err === "object" &&
|
||||
err !== null &&
|
||||
err.response &&
|
||||
err.response.parsedBody) {
|
||||
if (err.response.parsedBody.code === "InvalidHeaderValue" &&
|
||||
err.response.parsedBody.HeaderName === "x-ms-version") {
|
||||
err.message =
|
||||
"The provided service version is not enabled on this storage account. Please see https://learn.microsoft.com/rest/api/storageservices/versioning-for-the-azure-storage-services for additional information.\n";
|
||||
}
|
||||
}
|
||||
throw err;
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
//# sourceMappingURL=StorageRequestFailureDetailsParserPolicy.js.map
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 27734:
|
||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||
|
||||
|
|
@ -85918,21 +86068,20 @@ class StorageRetryPolicy extends RequestPolicy_js_1.BaseRequestPolicy {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
// [Copy source error code] Feature is pending on service side, skip retry on copy source error for now.
|
||||
// if (response) {
|
||||
// // Retry select Copy Source Error Codes.
|
||||
// if (response?.status >= 400) {
|
||||
// const copySourceError = response.headers.get(HeaderConstants.X_MS_CopySourceErrorCode);
|
||||
// if (copySourceError !== undefined) {
|
||||
// switch (copySourceError) {
|
||||
// case "InternalError":
|
||||
// case "OperationTimedOut":
|
||||
// case "ServerBusy":
|
||||
// return true;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
if (response) {
|
||||
// Retry select Copy Source Error Codes.
|
||||
if (response?.status >= 400) {
|
||||
const copySourceError = response.headers.get(constants_js_1.HeaderConstants.X_MS_CopySourceErrorCode);
|
||||
if (copySourceError !== undefined) {
|
||||
switch (copySourceError) {
|
||||
case "InternalError":
|
||||
case "OperationTimedOut":
|
||||
case "ServerBusy":
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (err?.code === "PARSE_ERROR" && err?.message.startsWith(`Error "Error: Unclosed root tag`)) {
|
||||
log_js_1.logger.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry.");
|
||||
return true;
|
||||
|
|
@ -86084,21 +86233,20 @@ function storageRetryPolicy(options = {}) {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
// [Copy source error code] Feature is pending on service side, skip retry on copy source error for now.
|
||||
// if (response) {
|
||||
// // Retry select Copy Source Error Codes.
|
||||
// if (response?.status >= 400) {
|
||||
// const copySourceError = response.headers.get(HeaderConstants.X_MS_CopySourceErrorCode);
|
||||
// if (copySourceError !== undefined) {
|
||||
// switch (copySourceError) {
|
||||
// case "InternalError":
|
||||
// case "OperationTimedOut":
|
||||
// case "ServerBusy":
|
||||
// return true;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
if (response) {
|
||||
// Retry select Copy Source Error Codes.
|
||||
if (response?.status >= 400) {
|
||||
const copySourceError = response.headers.get(constants_js_1.HeaderConstants.X_MS_CopySourceErrorCode);
|
||||
if (copySourceError !== undefined) {
|
||||
switch (copySourceError) {
|
||||
case "InternalError":
|
||||
case "OperationTimedOut":
|
||||
case "ServerBusy":
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
function calculateDelay(isPrimaryRetry, attempt) {
|
||||
|
|
|
|||
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
21
dist/licenses.txt
generated
vendored
21
dist/licenses.txt
generated
vendored
|
|
@ -360,6 +360,27 @@ SOFTWARE.
|
|||
|
||||
@azure/storage-common
|
||||
MIT
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018 Microsoft
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
@fastify/busboy
|
||||
MIT
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mise-action",
|
||||
"version": "3.3.1",
|
||||
"version": "3.4.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mise-action",
|
||||
"version": "3.3.1",
|
||||
"version": "3.4.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^4.0.0",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mise-action",
|
||||
"description": "mise tool setup action",
|
||||
"version": "3.3.1",
|
||||
"version": "3.4.0",
|
||||
"author": "jdx",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
|
|
|||
Loadingβ¦
Add table
Add a link
Reference in a new issue