From 72fc6962a78268d881a1b6dfb7f965407f2c19f5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 27 Jun 2021 12:35:32 +0100 Subject: [PATCH] chore(deps): update build-emacs-for-macos to 0.5.2 Should fix the recent build and signing issues with nightly builds. --- .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 a93c677..3950542 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.5.1" + ref: "v0.5.2" path: builder - uses: actions/setup-go@v2 with: @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v2 with: repository: jimeh/build-emacs-for-macos - ref: "v0.5.1" + ref: "v0.5.2" path: builder - uses: ruby/setup-ruby@v1 with: