From f3d929b1909a46f688ecf06b350821f537671618 Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Fri, 29 May 2026 14:30:00 -0700 Subject: [PATCH] chore(ci): bump Node 20 actions to Node 24 runtime --- .github/workflows/publish-homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-homebrew.yml b/.github/workflows/publish-homebrew.yml index 001f380..68c9493 100644 --- a/.github/workflows/publish-homebrew.yml +++ b/.github/workflows/publish-homebrew.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.HOTDATA_AUTOMATION_APP_ID }} private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}