From c9160703003b68f586a654a77055ac1f4545bcbb Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:17:39 +0200 Subject: [PATCH] build: update build-tools for GHA (#42873) chore: update build-tools for GHA Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt --- .github/actions/install-build-tools/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-build-tools/action.yml b/.github/actions/install-build-tools/action.yml index cc2050f53252..574351e51c24 100644 --- a/.github/actions/install-build-tools/action.yml +++ b/.github/actions/install-build-tools/action.yml @@ -6,6 +6,6 @@ runs: - name: Install Build Tools shell: bash run: | - export BUILD_TOOLS_SHA=ff3e40a9a2ebb735c18b6450ecd5ddaa8bb364a9 + export BUILD_TOOLS_SHA=47d4bb016f47d89938898c794db80b9f98d78ad7 npm i -g @electron/build-tools e auto-update disable \ No newline at end of file