From a307eca7347f9787a35effdacaac0773e1782e48 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 29 Jun 2021 01:33:18 +0100 Subject: [PATCH] chore(deps): update emacs-builder tool to 0.6.2 --- .github/workflows/update-formulas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-formulas.yml b/.github/workflows/update-formulas.yml index fc6243a6..d369c03a 100644 --- a/.github/workflows/update-formulas.yml +++ b/.github/workflows/update-formulas.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v2 with: repository: jimeh/build-emacs-for-macos - ref: "v0.6.1" + ref: "v0.6.2" path: builder - uses: actions/setup-go@v2 with: