Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.0.4 to 5.1.3 (#764)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ldez committed Jun 12, 2023
1 parent 322510a commit c57cc43
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions dist/post_run/index.js
Expand Up @@ -66312,18 +66312,18 @@ var Inputs;
Inputs["Key"] = "key";
Inputs["Path"] = "path";
Inputs["RestoreKeys"] = "restore-keys";
})(Inputs = exports.Inputs || (exports.Inputs = {}));
})(Inputs || (exports.Inputs = Inputs = {}));
var State;
(function (State) {
State["CachePrimaryKey"] = "CACHE_KEY";
State["CacheMatchedKey"] = "CACHE_RESULT";
})(State = exports.State || (exports.State = {}));
})(State || (exports.State = State = {}));
var Events;
(function (Events) {
Events["Key"] = "GITHUB_EVENT_NAME";
Events["Push"] = "push";
Events["PullRequest"] = "pull_request";
})(Events = exports.Events || (exports.Events = {}));
})(Events || (exports.Events = Events = {}));
exports.RefKey = "GITHUB_REF";


Expand Down Expand Up @@ -66405,7 +66405,7 @@ var InstallMode;
(function (InstallMode) {
InstallMode["Binary"] = "binary";
InstallMode["GoInstall"] = "goinstall";
})(InstallMode = exports.InstallMode || (exports.InstallMode = {}));
})(InstallMode || (exports.InstallMode = InstallMode = {}));
const printOutput = (res) => {
if (res.stdout) {
core.info(res.stdout);
Expand Down
8 changes: 4 additions & 4 deletions dist/run/index.js
Expand Up @@ -66312,18 +66312,18 @@ var Inputs;
Inputs["Key"] = "key";
Inputs["Path"] = "path";
Inputs["RestoreKeys"] = "restore-keys";
})(Inputs = exports.Inputs || (exports.Inputs = {}));
})(Inputs || (exports.Inputs = Inputs = {}));
var State;
(function (State) {
State["CachePrimaryKey"] = "CACHE_KEY";
State["CacheMatchedKey"] = "CACHE_RESULT";
})(State = exports.State || (exports.State = {}));
})(State || (exports.State = State = {}));
var Events;
(function (Events) {
Events["Key"] = "GITHUB_EVENT_NAME";
Events["Push"] = "push";
Events["PullRequest"] = "pull_request";
})(Events = exports.Events || (exports.Events = {}));
})(Events || (exports.Events = Events = {}));
exports.RefKey = "GITHUB_REF";


Expand Down Expand Up @@ -66405,7 +66405,7 @@ var InstallMode;
(function (InstallMode) {
InstallMode["Binary"] = "binary";
InstallMode["GoInstall"] = "goinstall";
})(InstallMode = exports.InstallMode || (exports.InstallMode = {}));
})(InstallMode || (exports.InstallMode = InstallMode = {}));
const printOutput = (res) => {
if (res.stdout) {
core.info(res.stdout);
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,6 +45,6 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}

0 comments on commit c57cc43

Please sign in to comment.