Allow proxy values to be set (#147)

This action fails behind a proxy, this PR updates hashicorp/js-releases from 1.40 to 1.50 which should allow a proxy to be set.

- bump hashicorp/js-releases from 1.40 to 1.50

Fixes #17

Co-authored-by: James Pogran <jpogran@outlook.com>
This commit is contained in:
Kyle Jackson 2022-03-04 11:18:33 -05:00 committed by GitHub
parent ca6738af70
commit 9cfb6b62dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 56902 additions and 297 deletions

View file

@ -23,7 +23,7 @@
"@actions/github": "^4.0.0",
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.6.1",
"@hashicorp/js-releases": "^1.4.0"
"@hashicorp/js-releases": "^1.5.0"
},
"devDependencies": {
"@vercel/ncc": "0.33.3",