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" },