diff --git a/action.yml b/action.yml index 8724094..4f707d4 100644 --- a/action.yml +++ b/action.yml @@ -33,5 +33,5 @@ outputs: description: 'Create or update comment ID' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' diff --git a/package.json b/package.json index 8eb0455..7751daf 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "pub": "sh -e ./scripts/pub.sh" }, "dependencies": { - "@actions/core": "^1.10.0", - "@actions/github": "^5.1.1", - "@octokit/rest": "^19.0.13", + "@actions/core": "^1.10.1", + "@actions/github": "^6.0.0", + "@octokit/rest": "^20.0.2", "actions-util": "^1.1.4" }, "devDependencies": {