From baea14c9752495103279f994d3765257dde79450 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 5 Aug 2021 00:08:00 +0100 Subject: [PATCH] chore(deps): update build-emacs-for-macos to 0.6.13 --- .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 ca17754..28f8b86 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.12" + ref: "v0.6.13" 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.12" + ref: "v0.6.13" path: builder - uses: ruby/setup-ruby@v1 with: