Skip to content

Commit fd7e025

Browse files
dependabot[bot]GitHub ActionsKollaAdithya
authored
chore: Bump @actions/core from 1.10.0 to 1.10.1 (aws-actions#516)
* chore: Bump @actions/core from 1.10.0 to 1.10.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: Update dist --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <runner@fv-az247-286.ejdpp4afj4jevf2dson2zsfl2e.cx.internal.cloudapp.net> Co-authored-by: Adithya Kolla <[email protected]>
1 parent ab22dc1 commit fd7e025

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ class OidcClient {
908908
.catch(error => {
909909
throw new Error(`Failed to get ID Token. \n
910910
Error Code : ${error.statusCode}\n
911-
Error Message: ${error.result.message}`);
911+
Error Message: ${error.message}`);
912912
});
913913
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
914914
if (!id_token) {

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/aws-actions/amazon-ecs-deploy-task-definition#readme",
2727
"dependencies": {
28-
"@actions/core": "^1.10.0",
28+
"@actions/core": "^1.10.1",
2929
"aws-sdk": "^2.1368.0",
3030
"yaml": "^2.2.2"
3131
},

0 commit comments

Comments
 (0)