Skip to content

Commit

Permalink
chore: update actions/core (#177)
Browse files Browse the repository at this point in the history
fix "The set-output command is deprecated" warning
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Signed-off-by: Sam Lin <[email protected]>

<!--  Thanks for sending a pull request! -->

#### What this PR does / why we need it:

#### Which issue(s) does this PR fixes?:

<!--
(Optional) Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

Fixes #

#### Additional comments?:

Signed-off-by: Sam Lin <[email protected]>
Co-authored-by: Fuxing Loh <[email protected]>
maxisam and fuxingloh authored Oct 18, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d3ec5ae commit f5bd732
Showing 5 changed files with 2,089 additions and 10,648 deletions.
2,078 changes: 2,050 additions & 28 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.

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

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

10,642 changes: 24 additions & 10,618 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"author": "Fuxing Loh",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.10.0",
"@actions/github": "^4.0.0",
"fp-ts": "^2.9.5",
"io-ts": "^2.2.15",

0 comments on commit f5bd732

Please sign in to comment.