From fb68fb1964223fc383e9ab27fc01647fbca348c4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 8 Feb 2022 03:09:38 +0000 Subject: [PATCH] chore(deps): update emacs-builder tool to 0.6.30 --- .github/workflows/update-casks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-casks.yml b/.github/workflows/update-casks.yml index b2c194c9..75f08633 100644 --- a/.github/workflows/update-casks.yml +++ b/.github/workflows/update-casks.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v2 with: repository: jimeh/build-emacs-for-macos - ref: "v0.6.29" + ref: "v0.6.30" path: builder - uses: actions/setup-go@v2 with: