mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-08 22:43:33 -05:00
Bump actions/github-script from v2 to v3 (#52)
Bumps [actions/github-script](https://github.com/actions/github-script) from v2 to v3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v2...626af12fe9a53dc2972b48385e7fe7dec79145c9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d2c8669ec3
commit
30271cb41e
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.3.2
|
||||
-
|
||||
name: Get test key and passphrase
|
||||
uses: actions/github-script@v2
|
||||
uses: actions/github-script@v3
|
||||
id: test
|
||||
with:
|
||||
script: |
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
uses: actions/checkout@v2.3.2
|
||||
-
|
||||
name: Get test key and passphrase
|
||||
uses: actions/github-script@v2
|
||||
uses: actions/github-script@v3
|
||||
id: test
|
||||
with:
|
||||
script: |
|
||||
|
|
Loading…
Reference in a new issue