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 4 to 5 (#113)
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... 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
1fb7d85064
commit
aaade0d1c6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -33,7 +33,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@v4
|
uses: actions/github-script@v5
|
||||||
id: test
|
id: test
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -75,7 +75,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@v4
|
uses: actions/github-script@v5
|
||||||
id: test
|
id: test
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in a new issue