From bf60f8cf2c814643b5ac3f537cd7cfbd8af9bba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 23:30:09 +0000 Subject: [PATCH] meta: update actions/create-github-app-token action to v2 --- .github/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 841aee7a3..75f804aca 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Generate Sequelize Bot Token id: generate-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: '${{ secrets.SEQUELIZE_BOT_APP_ID }}' private-key: '${{ secrets.SEQUELIZE_BOT_PRIVATE_KEY }}'