chore(deps): update build-emacs-for-macos to 0.6.59

This commit is contained in:
2025-06-27 15:37:56 +01:00
parent d8ad016739
commit 2304c38620
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Default git ref check
id: ref
run: |
DEFAULT_BUILDER_REF="v0.6.58"
DEFAULT_BUILDER_REF="v0.6.59"
BUILDER_REF="${{ inputs.builder_ref }}"
echo "ref=${BUILDER_REF:-$DEFAULT_BUILDER_REF}" >> "$GITHUB_OUTPUT"
- name: Checkout build-emacs-for-macos repo