From 3ec96fae3cd20d3ed1fc23c876bf0c34afd0aaa1 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 21 Jul 2026 09:42:36 -0400 Subject: [PATCH] chore(ci): bump create-github-app-token to v3.2.0 (node24) Moves off the v1 pin that runs on the deprecated Node 20 runtime; v3.2.0 runs on node24. Also switches from the now-deprecated app-id input to client-id (GH_APP_VECTORDOTDEV_BOT_CLIENT_ID). private-key is unchanged. --- .github/workflows/vdev_autotag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vdev_autotag.yml b/.github/workflows/vdev_autotag.yml index 82abab8aa3332..37ad6315dac68 100644 --- a/.github/workflows/vdev_autotag.yml +++ b/.github/workflows/vdev_autotag.yml @@ -16,9 +16,9 @@ jobs: steps: - name: Generate token via GitHub App id: generate_token - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: - app-id: ${{ secrets.GH_APP_VECTORDOTDEV_BOT_APP_ID }} + client-id: ${{ secrets.GH_APP_VECTORDOTDEV_BOT_CLIENT_ID }} private-key: ${{ secrets.GH_APP_VECTORDOTDEV_BOT_APP_PRIVATE_KEY }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2