From c581e3533887a2da08d0c72054fbbe119b83b1e3 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Tue, 23 Jun 2026 01:46:47 -0300 Subject: [PATCH] fix: upgrade @actions/core to eliminate save-state deprecation warning Upgrade @actions/core and related @actions/* dependencies to their latest compatible versions. Rebuild dist/index.js so saveState uses the GITHUB_STATE environment file instead of the deprecated save-state command. Closes #8 --- package-lock.json | 8 ++++---- package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cc633b..0c3ffc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,10 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/cache": "^4.0.0", - "@actions/core": "^1.6.0", - "@actions/github": "^5.0.0", - "@actions/tool-cache": "^1.7.1", + "@actions/cache": "^4.1.0", + "@actions/core": "^1.11.1", + "@actions/github": "^5.1.1", + "@actions/tool-cache": "^1.7.2", "@octokit/rest": "^18.12.0", "uuid": "^8.3.2" }, diff --git a/package.json b/package.json index fa39af7..e8841cc 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ "author": "", "license": "MIT", "dependencies": { - "@actions/cache": "^4.0.0", - "@actions/core": "^1.6.0", - "@actions/github": "^5.0.0", - "@actions/tool-cache": "^1.7.1", + "@actions/cache": "^4.1.0", + "@actions/core": "^1.11.1", + "@actions/github": "^5.1.1", + "@actions/tool-cache": "^1.7.2", "@octokit/rest": "^18.12.0", "uuid": "^8.3.2" },