Bump EndBug/add-and-commit from 4 to 9 (#64)
* Bump EndBug/add-and-commit from 4 to 9 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 4 to 9. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v4...v9) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * remove obsolete options * test the new action * test the new action * test the new action * Rebuild (automated) * revert debug changes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Renée Kooi <renee@kooi.me> Co-authored-by: goto-bus-stop <goto-bus-stop@users.noreply.github.com>
This commit is contained in:
parent
1c0785686c
commit
e64d72b669
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -11,11 +11,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: npm install
|
||||
- uses: EndBug/add-and-commit@v4
|
||||
- uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
add: dist
|
||||
message: Rebuild (automated)
|
||||
author_name: Automated
|
||||
author_email: github@asdf.kooi.me
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
|
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -81590,6 +81590,7 @@ var {
|
|||
resolveVersion
|
||||
} = require_versions();
|
||||
var TOOL_NAME = "zig";
|
||||
console.log("test");
|
||||
async function downloadZig(platform, version3, useCache = true) {
|
||||
const ext = extForPlatform(platform);
|
||||
const { downloadUrl, variantName, version: useVersion } = version3.includes("+") ? resolveCommit(platform, version3) : await resolveVersion(platform, version3);
|
||||
|
|
Loading…
Reference in New Issue
Block a user