From 4f86be2e5bb93a189dc42060984fc7b71d91409f Mon Sep 17 00:00:00 2001 From: Campbell He Date: Sat, 15 Oct 2022 09:02:24 +0800 Subject: [PATCH] chore: bump @actions deps @actions/core: ^1.10.0 @actions/exec: ^1.1.1 @actions/io: ^1.1.2 close #221 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c5965ee..1648805 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ }, "dependencies": { "@actions-rs/core": "^0.1.6", - "@actions/core": "^1.2.6", - "@actions/exec": "^1.0.4", - "@actions/io": "^1.0.2" + "@actions/core": "^1.10.0", + "@actions/exec": "^1.1.1", + "@actions/io": "^1.1.2" }, "devDependencies": { "@types/jest": "^26.0.15", @@ -55,4 +55,4 @@ "ts-jest": "^26.4.4", "typescript": "^4.0.5" } -} +} \ No newline at end of file