From 3e7adedd114a31396550cb5ef5445170fae72f9e Mon Sep 17 00:00:00 2001 From: Olivier Cuypers Date: Tue, 18 Oct 2022 22:51:42 +0200 Subject: [PATCH] fix(actions): update @actions/core to cope with new output https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9140b278..a94475c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.1.1", "license": "MIT", "dependencies": { - "@actions/core": "^1.6.0", + "@actions/core": "^1.10.0", "@cycjimmy/awesome-js-funcs": "^4.0.4", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", diff --git a/package.json b/package.json index 375c3a7b..53c5c5c1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/cycjimmy/semantic-release-action#readme", "dependencies": { - "@actions/core": "^1.6.0", + "@actions/core": "^1.10.0", "@cycjimmy/awesome-js-funcs": "^4.0.4", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1",