mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-22 13:00:56 -05:00
Merge pull request #193 from crazy-max/dependabot/github_actions/actions/github-script-7
build(deps): bump actions/github-script from 6 to 7
This commit is contained in:
commit
e83a2eaa2f
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: GPG conf
|
name: GPG conf
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
@ -65,7 +65,7 @@ jobs:
|
||||||
});
|
});
|
||||||
-
|
-
|
||||||
name: Get test key and passphrase
|
name: Get test key and passphrase
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
id: test
|
id: test
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -112,7 +112,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Get test key and passphrase
|
name: Get test key and passphrase
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
id: test
|
id: test
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -155,7 +155,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: GPG conf
|
name: GPG conf
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
@ -169,7 +169,7 @@ jobs:
|
||||||
});
|
});
|
||||||
-
|
-
|
||||||
name: Get test key and passphrase
|
name: Get test key and passphrase
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
id: test
|
id: test
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in a new issue