Bump actions/github-script from v1 to v2 (#35)

Bumps [actions/github-script](https://github.com/actions/github-script) from v1 to v2.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v1...6e5ee1dc1cb3740e5e5e76ad668e3f526edbfe45)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-06-10 19:44:03 +00:00 committed by GitHub
parent b5d863fe1a
commit 44c49ff912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- -
name: Get test key and passphrase name: Get test key and passphrase
uses: actions/github-script@v1 uses: actions/github-script@v2
id: test id: test
with: with:
script: | script: |
@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- -
name: Get test key and passphrase name: Get test key and passphrase
uses: actions/github-script@v1 uses: actions/github-script@v2
id: test id: test
with: with:
script: | script: |