diff --git a/.github/actions/github-release/package.json b/.github/actions/github-release/package.json index af12a33a05..4a73876313 100644 --- a/.github/actions/github-release/package.json +++ b/.github/actions/github-release/package.json @@ -3,8 +3,8 @@ "version": "0.0.0", "main": "main.js", "dependencies": { - "@actions/core": "^1.6", - "@actions/github": "^6.0", - "glob": "^11.0.1" + "@actions/core": "^2.0", + "@actions/github": "^7.0", + "glob": "^13.0.0" } }