Skip to content

Commit

Permalink
Bump @actions/core from 1.10.0 to 1.10.1 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 18, 2023
1 parent ccf1dd5 commit 668d363
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ var require_oidc_utils = __commonJS({

Error Code : ${error2.statusCode}

Error Message: ${error2.result.message}`);
Error Message: ${error2.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
if (!id_token) {
Expand Down
14 changes: 7 additions & 7 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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "Kenichi Kamiya <kachick1@gmail.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"ansi-styles": "^6.2.1"
},
Expand Down

0 comments on commit 668d363

Please sign in to comment.