Skip to content

Commit 19a1818

Browse files
Merge #6
6: Update `@actions/core` since `set-output` is deprecated r=iamsauravsharma a=jameslounds Very minimal PR, just updates ``@actions/core`,` since the implementation of `setOutput()` has been changed to use the new environment files. I ran the action on my fork as well, [results](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). When installing, `npm` found 2 vulnerabilities, which i fixed in the second commit with `npm audit fix` Co-authored-by: James <[email protected]>
2 parents 63a17f3 + 536077e commit 19a1818

File tree

2 files changed

+51
-33
lines changed

2 files changed

+51
-33
lines changed

package-lock.json

Lines changed: 50 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://github.com/iamsauravsharma/create-dotenv#readme",
3030
"dependencies": {
31-
"@actions/core": "^1.6.0"
31+
"@actions/core": "^1.10.0"
3232
},
3333
"devDependencies": {
3434
"@types/jest": "^27.4.0",

0 commit comments

Comments
 (0)