mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-05 21:25:50 -05:00
Bump actions/github-script from 4 to 5 (#115)
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
cb4264d331
commit
254b8e8685
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
-
|
||||
name: GPG conf
|
||||
uses: actions/github-script@v4
|
||||
uses: actions/github-script@v5
|
||||
with:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
|
|
Loading…
Reference in a new issue