⬆️ bump dependencies

This commit is contained in:
platane
2021-10-04 09:41:55 +02:00
parent 6823a283fd
commit aa6a4782ee
9 changed files with 1113 additions and 1966 deletions

View File

@@ -26,7 +26,7 @@ import { generateContributionSnake } from "./generateContributionSnake";
fs.writeFileSync(format.gif, gif);
console.log(`::set-output name=gif_out_path::${format.gif}`);
}
} catch (e) {
} catch (e: any) {
core.setFailed(`Action failed with "${e.message}"`);
}
})();