Commit 854e3fc240 for handsontable.com

commit 854e3fc240e9e8427b45c744dab34147149af183
Author: Krzysztof Budnik <571316+budnix@users.noreply.github.com>
Date:   Tue May 19 15:37:55 2026 +0200

    Bump create-github-app-token to v3.2.0

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 331aa8363c..0402d9459b 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1142,7 +1142,7 @@ jobs:
     steps:
       - name: Generate release bot token
         id: release-token
-        uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # https://github.com/actions/create-github-app-token/releases/tag/v1
+        uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # https://github.com/actions/create-github-app-token/releases/tag/v3.2.0
         with:
           app-id: ${{ secrets.RELEASE_APP_ID }}
           private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}