Skip to content

Commit

Permalink
Merge pull request #193 from crazy-max/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/github-script-7

build(deps): bump actions/github-script from 6 to 7
  • Loading branch information
crazy-max committed Dec 26, 2023
2 parents 2e40814 + 019a31d commit e83a2ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v4
-
name: GPG conf
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const fs = require('fs');
Expand All @@ -65,7 +65,7 @@ jobs:
});
-
name: Get test key and passphrase
uses: actions/github-script@v6
uses: actions/github-script@v7
id: test
with:
script: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v4
-
name: Get test key and passphrase
uses: actions/github-script@v6
uses: actions/github-script@v7
id: test
with:
script: |
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
uses: actions/checkout@v4
-
name: GPG conf
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const fs = require('fs');
Expand All @@ -169,7 +169,7 @@ jobs:
});
-
name: Get test key and passphrase
uses: actions/github-script@v6
uses: actions/github-script@v7
id: test
with:
script: |
Expand Down

0 comments on commit e83a2ea

Please sign in to comment.