Skip to content

Commit

Permalink
chore: fast forward upstream changes v6.0.0->v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-stepsecurity committed Jul 18, 2024
1 parent 41a3539 commit 5c507fa
Show file tree
Hide file tree
Showing 6 changed files with 1,808 additions and 1,276 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 @@ -75,7 +75,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 @@ -127,7 +127,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 @@ -175,7 +175,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 @@ -189,7 +189,7 @@ jobs:
});
-
name: Get test key and passphrase
uses: actions/github-script@v6
uses: actions/github-script@v7
id: test
with:
script: |
Expand Down
8 changes: 3 additions & 5 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

76 changes: 0 additions & 76 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"license": "MIT",
"packageManager": "[email protected]",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"addressparser": "^1.0.1",
"openpgp": "^5.10.1"
"openpgp": "^5.11.0"
},
"devDependencies": {
"@types/node": "^20.6.0",
Expand Down
Loading

0 comments on commit 5c507fa

Please sign in to comment.