aboutsummaryrefslogtreecommitdiff
path: root/.github/actions/github-release/package.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/github-release/package.json')
-rw-r--r--.github/actions/github-release/package.json4
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"
}
}