From e64d72b669f30bd309e38f9934721b2b5c22e7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:20:24 +0100 Subject: [PATCH] Bump EndBug/add-and-commit from 4 to 9 (#64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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] * 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Renée Kooi Co-authored-by: goto-bus-stop --- .github/workflows/build.yml | 6 +----- dist/index.js | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 089c084..6a7cf31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}} diff --git a/dist/index.js b/dist/index.js index dfae000..8bf1ba5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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);