Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 24, 2024
1 parent b9aef16 commit b1de5da
Show file tree
Hide file tree
Showing 16 changed files with 355 additions and 150 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `ts-graphviz/setup-graphviz` action
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-21-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

GitHub Action to set up Graphviz cross-platform(Linux, macOS, Windows).
Expand Down Expand Up @@ -96,6 +96,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="http://jakebeal.com"><img src="https://avatars.githubusercontent.com/u/10675899?v=4?s=100" width="100px;" alt="Jacob Beal"/><br /><sub><b>Jacob Beal</b></sub></a><br /><a href="https://github.com/ts-graphviz/setup-graphviz/issues?q=author%3Ajakebeal" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrbuslov"><img src="https://avatars.githubusercontent.com/u/68155915?v=4?s=100" width="100px;" alt="Dmitry Buslov"/><br /><sub><b>Dmitry Buslov</b></sub></a><br /><a href="https://github.com/ts-graphviz/setup-graphviz/issues?q=author%3Amrbuslov" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://vkottler.github.io/"><img src="https://avatars.githubusercontent.com/u/15205052?v=4?s=100" width="100px;" alt="Vaughn Kottler"/><br /><sub><b>Vaughn Kottler</b></sub></a><br /><a href="https://github.com/ts-graphviz/setup-graphviz/issues?q=author%3Avkottler" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gpaulfleetwood"><img src="https://avatars.githubusercontent.com/u/56100336?v=4?s=100" width="100px;" alt="gpaulfleetwood"/><br /><sub><b>gpaulfleetwood</b></sub></a><br /><a href="https://github.com/ts-graphviz/setup-graphviz/issues?q=author%3Agpaulfleetwood" title="Bug reports">🐛</a></td>
</tr>
</tbody>
</table>
Expand Down
7 changes: 0 additions & 7 deletions lib/GraphvizInstaller.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ class GraphvizInstaller {
const graphvizVersion = (0, core_1.getInput)("ubuntu-graphviz-version");
const libgraphvizdevVersion = (0, core_1.getInput)("ubuntu-libgraphvizdev-version");
if (skipAptUpdate === false) {
await (0, exec_1.exec)("sudo", ["apt-get", "clean"]);
// https://github.com/actions/runner-images/issues/9733#issuecomment-2074565599
await (0, exec_1.exec)("sudo", [
"sudo",
"rm",
"/etc/apt/sources.list.d/microsoft-prod.list",
]);
await (0, exec_1.exec)("sudo", ["apt-get", "update"]);
}
await (0, exec_1.exec)("sudo", [
Expand Down
160 changes: 81 additions & 79 deletions node_modules/.yarn-integrity

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions node_modules/@actions/http-client/lib/index.js

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

2 changes: 1 addition & 1 deletion node_modules/@actions/http-client/lib/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions node_modules/@actions/http-client/package.json

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

4 changes: 2 additions & 2 deletions node_modules/@fastify/busboy/README.md

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

12 changes: 9 additions & 3 deletions node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js

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

2 changes: 1 addition & 1 deletion node_modules/@fastify/busboy/lib/types/multipart.js

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

2 changes: 1 addition & 1 deletion node_modules/@fastify/busboy/lib/utils/decodeText.js

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

6 changes: 3 additions & 3 deletions node_modules/@fastify/busboy/package.json

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

118 changes: 118 additions & 0 deletions node_modules/undici/lib/core/constants.js

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

11 changes: 11 additions & 0 deletions node_modules/undici/lib/core/util.js

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

Loading

0 comments on commit b1de5da

Please sign in to comment.