diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2022-10-03 12:37:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-03 12:37:02 +0200 |
| commit | ce788eb7a43d30270b10a42a1f750367235ade86 (patch) | |
| tree | 14a4820c4318dd7da528ecec84b4ef9eb7a05a58 | |
| parent | fcb535b92278c22596441d9a881c4f1cd4c7fc95 (diff) | |
Update package.json
| -rw-r--r-- | .github/actions/github-release/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/actions/github-release/package.json b/.github/actions/github-release/package.json index abfc55f..af4bf07 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.0.0", - "@actions/github": "^1.0.0", + "@actions/core": "^1.6", + "@actions/github": "^5.0", "glob": "^7.1.5" } } |