From 4ce0cf69d5de4570ec8d3f72ba8c4145b2a047e0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 22 May 2021 18:54:29 +0100 Subject: [PATCH] chore(deps): update build-emacs-for-macos to 0.4.13 Nothing new from a user-point of view. But this introduces the first changes to the build script required to sign and notarize builds. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14bf18c..db79ce2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 with: repository: jimeh/build-emacs-for-macos - ref: "0.4.12" + ref: "0.4.13" path: builder - uses: ruby/setup-ruby@v1 with: