From 376125273b5187e6b12d7d24ae3103e64038b1a5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 29 Jun 2021 00:28:32 +0100 Subject: [PATCH] chore(deps): update build-emacs-for-macos to 0.6.1 --- .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 0326670..60b8f19 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.2" + ref: "v0.6.1" 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.5.2" + ref: "v0.6.1" path: builder - uses: ruby/setup-ruby@v1 with: