From 304bf7c983ef9254b1cc5b3eba3198b58a7e6ac6 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:14:24 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2 --- .github/workflows/create-gotoprod-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-gotoprod-pr.yml b/.github/workflows/create-gotoprod-pr.yml index 70a2f2ad..fbf777c7 100644 --- a/.github/workflows/create-gotoprod-pr.yml +++ b/.github/workflows/create-gotoprod-pr.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Generate GitHub App Token id: generate-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.SW_BOT_APP_ID }} private-key: ${{ secrets.SW_BOT_APP_PRIVATE_KEY }}