File tree 4 files changed +17
-17
lines changed
4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -66312,18 +66312,18 @@ var Inputs;
66312
66312
Inputs["Key"] = "key";
66313
66313
Inputs["Path"] = "path";
66314
66314
Inputs["RestoreKeys"] = "restore-keys";
66315
- })(Inputs = exports.Inputs || (exports.Inputs = {}));
66315
+ })(Inputs || (exports.Inputs = Inputs = {}));
66316
66316
var State;
66317
66317
(function (State) {
66318
66318
State["CachePrimaryKey"] = "CACHE_KEY";
66319
66319
State["CacheMatchedKey"] = "CACHE_RESULT";
66320
- })(State = exports.State || (exports.State = {}));
66320
+ })(State || (exports.State = State = {}));
66321
66321
var Events;
66322
66322
(function (Events) {
66323
66323
Events["Key"] = "GITHUB_EVENT_NAME";
66324
66324
Events["Push"] = "push";
66325
66325
Events["PullRequest"] = "pull_request";
66326
- })(Events = exports.Events || (exports.Events = {}));
66326
+ })(Events || (exports.Events = Events = {}));
66327
66327
exports.RefKey = "GITHUB_REF";
66328
66328
66329
66329
@@ -66405,7 +66405,7 @@ var InstallMode;
66405
66405
(function (InstallMode) {
66406
66406
InstallMode["Binary"] = "binary";
66407
66407
InstallMode["GoInstall"] = "goinstall";
66408
- })(InstallMode = exports.InstallMode || (exports.InstallMode = {}));
66408
+ })(InstallMode || (exports.InstallMode = InstallMode = {}));
66409
66409
const printOutput = (res) => {
66410
66410
if (res.stdout) {
66411
66411
core.info(res.stdout);
Original file line number Diff line number Diff line change @@ -66312,18 +66312,18 @@ var Inputs;
66312
66312
Inputs["Key"] = "key";
66313
66313
Inputs["Path"] = "path";
66314
66314
Inputs["RestoreKeys"] = "restore-keys";
66315
- })(Inputs = exports.Inputs || (exports.Inputs = {}));
66315
+ })(Inputs || (exports.Inputs = Inputs = {}));
66316
66316
var State;
66317
66317
(function (State) {
66318
66318
State["CachePrimaryKey"] = "CACHE_KEY";
66319
66319
State["CacheMatchedKey"] = "CACHE_RESULT";
66320
- })(State = exports.State || (exports.State = {}));
66320
+ })(State || (exports.State = State = {}));
66321
66321
var Events;
66322
66322
(function (Events) {
66323
66323
Events["Key"] = "GITHUB_EVENT_NAME";
66324
66324
Events["Push"] = "push";
66325
66325
Events["PullRequest"] = "pull_request";
66326
- })(Events = exports.Events || (exports.Events = {}));
66326
+ })(Events || (exports.Events = Events = {}));
66327
66327
exports.RefKey = "GITHUB_REF";
66328
66328
66329
66329
@@ -66405,7 +66405,7 @@ var InstallMode;
66405
66405
(function (InstallMode) {
66406
66406
InstallMode["Binary"] = "binary";
66407
66407
InstallMode["GoInstall"] = "goinstall";
66408
- })(InstallMode = exports.InstallMode || (exports.InstallMode = {}));
66408
+ })(InstallMode || (exports.InstallMode = InstallMode = {}));
66409
66409
const printOutput = (res) => {
66410
66410
if (res.stdout) {
66411
66411
core.info(res.stdout);
Original file line number Diff line number Diff line change 45
45
"eslint-plugin-prettier" : " ^4.2.1" ,
46
46
"eslint-plugin-simple-import-sort" : " ^10.0.0" ,
47
47
"prettier" : " ^2.8.8" ,
48
- "typescript" : " ^5.0.4 "
48
+ "typescript" : " ^5.1.3 "
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments