mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 18:08:57 +08:00 
			
		
		
		
	Udate @actions/cache to 3.1.3
This commit is contained in:
		
							
								
								
									
										7
									
								
								dist/main/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								dist/main/index.js
									
									
									
									
										vendored
									
									
								
							@@ -1096,14 +1096,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
 | 
					Object.defineProperty(exports, "__esModule", ({ value: true }));
 | 
				
			||||||
const exec_1 = __nccwpck_require__(1514);
 | 
					const exec_1 = __nccwpck_require__(1514);
 | 
				
			||||||
const core_1 = __nccwpck_require__(2186);
 | 
					 | 
				
			||||||
const io = __importStar(__nccwpck_require__(7436));
 | 
					const io = __importStar(__nccwpck_require__(7436));
 | 
				
			||||||
const fs_1 = __nccwpck_require__(7147);
 | 
					const fs_1 = __nccwpck_require__(7147);
 | 
				
			||||||
const path = __importStar(__nccwpck_require__(1017));
 | 
					const path = __importStar(__nccwpck_require__(1017));
 | 
				
			||||||
const utils = __importStar(__nccwpck_require__(1518));
 | 
					const utils = __importStar(__nccwpck_require__(1518));
 | 
				
			||||||
const constants_1 = __nccwpck_require__(8840);
 | 
					const constants_1 = __nccwpck_require__(8840);
 | 
				
			||||||
const IS_WINDOWS = process.platform === 'win32';
 | 
					const IS_WINDOWS = process.platform === 'win32';
 | 
				
			||||||
core_1.exportVariable('MSYS', 'winsymlinks:nativestrict');
 | 
					 | 
				
			||||||
// Returns tar path and type: BSD or GNU
 | 
					// Returns tar path and type: BSD or GNU
 | 
				
			||||||
function getTarPath() {
 | 
					function getTarPath() {
 | 
				
			||||||
    return __awaiter(this, void 0, void 0, function* () {
 | 
					    return __awaiter(this, void 0, void 0, function* () {
 | 
				
			||||||
@@ -1293,7 +1291,10 @@ function execCommands(commands, cwd) {
 | 
				
			|||||||
    return __awaiter(this, void 0, void 0, function* () {
 | 
					    return __awaiter(this, void 0, void 0, function* () {
 | 
				
			||||||
        for (const command of commands) {
 | 
					        for (const command of commands) {
 | 
				
			||||||
            try {
 | 
					            try {
 | 
				
			||||||
                yield exec_1.exec(command, undefined, { cwd });
 | 
					                yield exec_1.exec(command, undefined, {
 | 
				
			||||||
 | 
					                    cwd,
 | 
				
			||||||
 | 
					                    env: Object.assign(Object.assign({}, process.env), { MSYS: 'winsymlinks:nativestrict' })
 | 
				
			||||||
 | 
					                });
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            catch (error) {
 | 
					            catch (error) {
 | 
				
			||||||
                throw new Error(`${command.split(' ')[0]} failed with error: ${error === null || error === void 0 ? void 0 : error.message}`);
 | 
					                throw new Error(`${command.split(' ')[0]} failed with error: ${error === null || error === void 0 ? void 0 : error.message}`);
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								dist/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										7
									
								
								dist/post/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								dist/post/index.js
									
									
									
									
										vendored
									
									
								
							@@ -1096,14 +1096,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
 | 
					Object.defineProperty(exports, "__esModule", ({ value: true }));
 | 
				
			||||||
const exec_1 = __nccwpck_require__(1514);
 | 
					const exec_1 = __nccwpck_require__(1514);
 | 
				
			||||||
const core_1 = __nccwpck_require__(2186);
 | 
					 | 
				
			||||||
const io = __importStar(__nccwpck_require__(7436));
 | 
					const io = __importStar(__nccwpck_require__(7436));
 | 
				
			||||||
const fs_1 = __nccwpck_require__(7147);
 | 
					const fs_1 = __nccwpck_require__(7147);
 | 
				
			||||||
const path = __importStar(__nccwpck_require__(1017));
 | 
					const path = __importStar(__nccwpck_require__(1017));
 | 
				
			||||||
const utils = __importStar(__nccwpck_require__(1518));
 | 
					const utils = __importStar(__nccwpck_require__(1518));
 | 
				
			||||||
const constants_1 = __nccwpck_require__(8840);
 | 
					const constants_1 = __nccwpck_require__(8840);
 | 
				
			||||||
const IS_WINDOWS = process.platform === 'win32';
 | 
					const IS_WINDOWS = process.platform === 'win32';
 | 
				
			||||||
core_1.exportVariable('MSYS', 'winsymlinks:nativestrict');
 | 
					 | 
				
			||||||
// Returns tar path and type: BSD or GNU
 | 
					// Returns tar path and type: BSD or GNU
 | 
				
			||||||
function getTarPath() {
 | 
					function getTarPath() {
 | 
				
			||||||
    return __awaiter(this, void 0, void 0, function* () {
 | 
					    return __awaiter(this, void 0, void 0, function* () {
 | 
				
			||||||
@@ -1293,7 +1291,10 @@ function execCommands(commands, cwd) {
 | 
				
			|||||||
    return __awaiter(this, void 0, void 0, function* () {
 | 
					    return __awaiter(this, void 0, void 0, function* () {
 | 
				
			||||||
        for (const command of commands) {
 | 
					        for (const command of commands) {
 | 
				
			||||||
            try {
 | 
					            try {
 | 
				
			||||||
                yield exec_1.exec(command, undefined, { cwd });
 | 
					                yield exec_1.exec(command, undefined, {
 | 
				
			||||||
 | 
					                    cwd,
 | 
				
			||||||
 | 
					                    env: Object.assign(Object.assign({}, process.env), { MSYS: 'winsymlinks:nativestrict' })
 | 
				
			||||||
 | 
					                });
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            catch (error) {
 | 
					            catch (error) {
 | 
				
			||||||
                throw new Error(`${command.split(' ')[0]} failed with error: ${error === null || error === void 0 ? void 0 : error.message}`);
 | 
					                throw new Error(`${command.split(' ')[0]} failed with error: ${error === null || error === void 0 ? void 0 : error.message}`);
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								dist/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										14
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										14
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -10,7 +10,7 @@
 | 
				
			|||||||
      "hasInstallScript": true,
 | 
					      "hasInstallScript": true,
 | 
				
			||||||
      "license": "MIT",
 | 
					      "license": "MIT",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "@actions/cache": "3.1.2",
 | 
					        "@actions/cache": "3.1.3",
 | 
				
			||||||
        "@actions/core": "1.10.0",
 | 
					        "@actions/core": "1.10.0",
 | 
				
			||||||
        "@actions/exec": "1.1.1",
 | 
					        "@actions/exec": "1.1.1",
 | 
				
			||||||
        "@actions/github": "5.1.1",
 | 
					        "@actions/github": "5.1.1",
 | 
				
			||||||
@@ -37,9 +37,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@actions/cache": {
 | 
					    "node_modules/@actions/cache": {
 | 
				
			||||||
      "version": "3.1.2",
 | 
					      "version": "3.1.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.1.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.1.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-3XeKcXIonfIbqvW7gPm/VLOhv1RHQ1dtTgSBCH6OUhCgSTii9bEVgu0PIms7UbLnXeMCKFzECfpbud8fJEvBbQ==",
 | 
					      "integrity": "sha512-5YbATJUS6nVs9EkpK7JaliC3G5koKdJT99NLreL0gJlznudzZzXGNIheW5+HUT9C2DBvubOxYIyfX4v2UpZWrA==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "@actions/core": "^1.10.0",
 | 
					        "@actions/core": "^1.10.0",
 | 
				
			||||||
        "@actions/exec": "^1.0.1",
 | 
					        "@actions/exec": "^1.0.1",
 | 
				
			||||||
@@ -7327,9 +7327,9 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@actions/cache": {
 | 
					    "@actions/cache": {
 | 
				
			||||||
      "version": "3.1.2",
 | 
					      "version": "3.1.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.1.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.1.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-3XeKcXIonfIbqvW7gPm/VLOhv1RHQ1dtTgSBCH6OUhCgSTii9bEVgu0PIms7UbLnXeMCKFzECfpbud8fJEvBbQ==",
 | 
					      "integrity": "sha512-5YbATJUS6nVs9EkpK7JaliC3G5koKdJT99NLreL0gJlznudzZzXGNIheW5+HUT9C2DBvubOxYIyfX4v2UpZWrA==",
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "@actions/core": "^1.10.0",
 | 
					        "@actions/core": "^1.10.0",
 | 
				
			||||||
        "@actions/exec": "^1.0.1",
 | 
					        "@actions/exec": "^1.0.1",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -26,7 +26,7 @@
 | 
				
			|||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "license": "MIT",
 | 
					  "license": "MIT",
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@actions/cache": "3.1.2",
 | 
					    "@actions/cache": "3.1.3",
 | 
				
			||||||
    "@actions/core": "1.10.0",
 | 
					    "@actions/core": "1.10.0",
 | 
				
			||||||
    "@actions/exec": "1.1.1",
 | 
					    "@actions/exec": "1.1.1",
 | 
				
			||||||
    "@actions/github": "5.1.1",
 | 
					    "@actions/github": "5.1.1",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user