Skip to content

Commit a43a7e0

Browse files
committed
Update NodeJS wrapper dependency @actions/cache from v3.1.2 to v3.1.3
1 parent 20879c8 commit a43a7e0

File tree

6 files changed

+40
-39
lines changed

6 files changed

+40
-39
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
1919
multiple: true
2020
options:
21-
- "v1.2.0-beta.2"
21+
- "v1.2.0-beta.3"
2222
- "v1.1.1"
2323
- "v1.1.0"
2424
- "v1.0.2"

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
251251

252252
# Prerelease string of this module
253-
Prerelease = 'beta2'
253+
Prerelease = 'beta3'
254254

255255
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
256256
RequireLicenseAcceptance = $False

hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/dist/main.js

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ exports.digestForStream = digestForStream;
21792179

21802180
/***/ }),
21812181

2182-
/***/ 3490:
2182+
/***/ 5185:
21832183
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
21842184

21852185

@@ -2202,9 +2202,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
22022202
Object.defineProperty(exports, "__esModule", ({ value: true }));
22032203
const core = __importStar(__nccwpck_require__(7733));
22042204
const path = __importStar(__nccwpck_require__(1017));
2205-
const utils = __importStar(__nccwpck_require__(9379));
2206-
const cacheHttpClient = __importStar(__nccwpck_require__(3917));
2207-
const tar_1 = __nccwpck_require__(3458);
2205+
const utils = __importStar(__nccwpck_require__(2018));
2206+
const cacheHttpClient = __importStar(__nccwpck_require__(123));
2207+
const tar_1 = __nccwpck_require__(7364);
22082208
class ValidationError extends Error {
22092209
constructor(message) {
22102210
super(message);
@@ -2399,7 +2399,7 @@ exports.saveCache = saveCache;
23992399

24002400
/***/ }),
24012401

2402-
/***/ 3917:
2402+
/***/ 123:
24032403
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
24042404

24052405

@@ -2426,10 +2426,10 @@ const auth_1 = __nccwpck_require__(6931);
24262426
const crypto = __importStar(__nccwpck_require__(6113));
24272427
const fs = __importStar(__nccwpck_require__(7147));
24282428
const url_1 = __nccwpck_require__(7310);
2429-
const utils = __importStar(__nccwpck_require__(9379));
2430-
const downloadUtils_1 = __nccwpck_require__(2603);
2431-
const options_1 = __nccwpck_require__(9470);
2432-
const requestUtils_1 = __nccwpck_require__(116);
2429+
const utils = __importStar(__nccwpck_require__(2018));
2430+
const downloadUtils_1 = __nccwpck_require__(5634);
2431+
const options_1 = __nccwpck_require__(7855);
2432+
const requestUtils_1 = __nccwpck_require__(7738);
24332433
const versionSalt = '1.0';
24342434
function getCacheApiUrl(resource) {
24352435
const baseUrl = process.env['ACTIONS_CACHE_URL'] || '';
@@ -2646,7 +2646,7 @@ exports.saveCache = saveCache;
26462646

26472647
/***/ }),
26482648

2649-
/***/ 9379:
2649+
/***/ 2018:
26502650
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
26512651

26522652

@@ -2683,7 +2683,7 @@ const path = __importStar(__nccwpck_require__(1017));
26832683
const semver = __importStar(__nccwpck_require__(3496));
26842684
const util = __importStar(__nccwpck_require__(3837));
26852685
const uuid_1 = __nccwpck_require__(1090);
2686-
const constants_1 = __nccwpck_require__(6156);
2686+
const constants_1 = __nccwpck_require__(7810);
26872687
// From https://github.com/actions/toolkit/blob/main/packages/tool-cache/src/tool-cache.ts#L23
26882688
function createTempDirectory() {
26892689
return __awaiter(this, void 0, void 0, function* () {
@@ -2832,7 +2832,7 @@ exports.isGhes = isGhes;
28322832

28332833
/***/ }),
28342834

2835-
/***/ 6156:
2835+
/***/ 7810:
28362836
/***/ ((__unused_webpack_module, exports) => {
28372837

28382838

@@ -2873,7 +2873,7 @@ exports.ManifestFilename = 'manifest.txt';
28732873

28742874
/***/ }),
28752875

2876-
/***/ 2603:
2876+
/***/ 5634:
28772877
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
28782878

28792879

@@ -2901,9 +2901,9 @@ const buffer = __importStar(__nccwpck_require__(4300));
29012901
const fs = __importStar(__nccwpck_require__(7147));
29022902
const stream = __importStar(__nccwpck_require__(2781));
29032903
const util = __importStar(__nccwpck_require__(3837));
2904-
const utils = __importStar(__nccwpck_require__(9379));
2905-
const constants_1 = __nccwpck_require__(6156);
2906-
const requestUtils_1 = __nccwpck_require__(116);
2904+
const utils = __importStar(__nccwpck_require__(2018));
2905+
const constants_1 = __nccwpck_require__(7810);
2906+
const requestUtils_1 = __nccwpck_require__(7738);
29072907
const abort_controller_1 = __nccwpck_require__(4992);
29082908
/**
29092909
* Pipes the body of a HTTP response to a stream
@@ -3130,7 +3130,7 @@ const promiseWithTimeout = (timeoutMs, promise) => __awaiter(void 0, void 0, voi
31303130

31313131
/***/ }),
31323132

3133-
/***/ 116:
3133+
/***/ 7738:
31343134
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
31353135

31363136

@@ -3153,7 +3153,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
31533153
Object.defineProperty(exports, "__esModule", ({ value: true }));
31543154
const core = __importStar(__nccwpck_require__(7733));
31553155
const http_client_1 = __nccwpck_require__(3569);
3156-
const constants_1 = __nccwpck_require__(6156);
3156+
const constants_1 = __nccwpck_require__(7810);
31573157
function isSuccessStatusCode(statusCode) {
31583158
if (!statusCode) {
31593159
return false;
@@ -3256,7 +3256,7 @@ exports.retryHttpClientResponse = retryHttpClientResponse;
32563256

32573257
/***/ }),
32583258

3259-
/***/ 3458:
3259+
/***/ 7364:
32603260
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
32613261

32623262

@@ -3278,14 +3278,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
32783278
};
32793279
Object.defineProperty(exports, "__esModule", ({ value: true }));
32803280
const exec_1 = __nccwpck_require__(1757);
3281-
const core_1 = __nccwpck_require__(7733);
32823281
const io = __importStar(__nccwpck_require__(1318));
32833282
const fs_1 = __nccwpck_require__(7147);
32843283
const path = __importStar(__nccwpck_require__(1017));
3285-
const utils = __importStar(__nccwpck_require__(9379));
3286-
const constants_1 = __nccwpck_require__(6156);
3284+
const utils = __importStar(__nccwpck_require__(2018));
3285+
const constants_1 = __nccwpck_require__(7810);
32873286
const IS_WINDOWS = process.platform === 'win32';
3288-
core_1.exportVariable('MSYS', 'winsymlinks:nativestrict');
32893287
// Returns tar path and type: BSD or GNU
32903288
function getTarPath() {
32913289
return __awaiter(this, void 0, void 0, function* () {
@@ -3475,7 +3473,10 @@ function execCommands(commands, cwd) {
34753473
return __awaiter(this, void 0, void 0, function* () {
34763474
for (const command of commands) {
34773475
try {
3478-
yield exec_1.exec(command, undefined, { cwd });
3476+
yield exec_1.exec(command, undefined, {
3477+
cwd,
3478+
env: Object.assign(Object.assign({}, process.env), { MSYS: 'winsymlinks:nativestrict' })
3479+
});
34793480
}
34803481
catch (error) {
34813482
throw new Error(`${command.split(' ')[0]} failed with error: ${error === null || error === void 0 ? void 0 : error.message}`);
@@ -3516,7 +3517,7 @@ exports.createTar = createTar;
35163517

35173518
/***/ }),
35183519

3519-
/***/ 9470:
3520+
/***/ 7855:
35203521
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
35213522

35223523

@@ -68420,7 +68421,7 @@ __nccwpck_require__.a(__webpack_module__, async (__webpack_handle_async_dependen
6842068421
/* harmony import */ var _actions_tool_cache__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(514);
6842168422
/* harmony import */ var _actions_artifact__WEBPACK_IMPORTED_MODULE_1__ = __nccwpck_require__(5833);
6842268423
/* harmony import */ var _actions_core__WEBPACK_IMPORTED_MODULE_2__ = __nccwpck_require__(7733);
68423-
/* harmony import */ var _actions_cache__WEBPACK_IMPORTED_MODULE_3__ = __nccwpck_require__(3490);
68424+
/* harmony import */ var _actions_cache__WEBPACK_IMPORTED_MODULE_3__ = __nccwpck_require__(5185);
6842468425

6842568426

6842668427

hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper-distribution",
3-
"version": "1.2.0-beta.2",
3+
"version": "1.2.0-beta.3",
44
"description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.",
55
"keywords": [
66
"gh-actions",

nodejs-wrapper-source/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper-source",
3-
"version": "1.2.0-beta.2",
3+
"version": "1.2.0-beta.3",
44
"description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.",
55
"keywords": [
66
"gh-actions",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@actions/artifact": "^1.1.1",
32-
"@actions/cache": "^3.1.2",
32+
"@actions/cache": "^3.1.3",
3333
"@actions/core": "^1.10.0",
3434
"@actions/tool-cache": "^2.0.1"
3535
},

nodejs-wrapper-source/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)