chore: update dev dependencies and workflow (#342)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-04-25 05:17:05 +02:00
committed by GitHub
parent ec57748af4
commit c25888f15f
20 changed files with 2113 additions and 15556 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ export async function getInputs(): Promise<Inputs> {
}
// FIXME: Temp fix https://github.com/actions/toolkit/issues/777
export function setOutput(name: string, value: any): void {
export function setOutput(name: string, value: unknown): void {
issueCommand('set-output', {name}, value);
}