From 04d20d42a4e150de297c201e6932dcd8ab790b4f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 17 Jul 2021 13:09:45 +0100 Subject: [PATCH] chore(deps): update build-emacs-for-macos to 0.6.11 Fixes issue with code signing *.eln files. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef74f8d..b591357 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v2 with: repository: jimeh/build-emacs-for-macos - ref: "v0.6.10" + ref: "v0.6.11" path: builder - uses: actions/setup-go@v2 with: @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@v2 with: repository: jimeh/build-emacs-for-macos - ref: "v0.6.10" + ref: "v0.6.11" path: builder - uses: ruby/setup-ruby@v1 with: