about summary refs log tree commit diff
path: root/.github/actions/github-release/package.json
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2021-12-22 19:56:54 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2021-12-22 21:30:56 +0200
commitbcf5f407fb05e4f994d258d05569202d06be874d (patch)
tree2fde4102b09f8a5aca3466d7e8f2d15378f05b8a /.github/actions/github-release/package.json
parent45f907ea6fa091d839349ff20117d29dddb078f0 (diff)
downloadrust-bcf5f407fb05e4f994d258d05569202d06be874d.tar.gz
rust-bcf5f407fb05e4f994d258d05569202d06be874d.zip
Improve github-release action
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 abfc55f6ff2..af4bf074d2d 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"
   }
 }