mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-22 04:50:56 -05:00
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:
parent
b5d863fe1a
commit
44c49ff912
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Get test key and passphrase
|
||||
uses: actions/github-script@v1
|
||||
uses: actions/github-script@v2
|
||||
id: test
|
||||
with:
|
||||
script: |
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Get test key and passphrase
|
||||
uses: actions/github-script@v1
|
||||
uses: actions/github-script@v2
|
||||
id: test
|
||||
with:
|
||||
script: |
|
||||
|
|
Loading…
Reference in a new issue