From e30c4db13785d6b3475584b59bfefbdc5261f393 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:00:28 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2 --- .github/workflows/create-gotoprod-pr.yml | 2 +- .github/workflows/gh-release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-gotoprod-pr.yml b/.github/workflows/create-gotoprod-pr.yml index 99d75eb9..583d12e2 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 }} diff --git a/.github/workflows/gh-release-please.yml b/.github/workflows/gh-release-please.yml index be4c5ae0..e1f45d12 100644 --- a/.github/workflows/gh-release-please.yml +++ b/.github/workflows/gh-release-please.yml @@ -46,7 +46,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 || secrets.SW_BOT_PUBLIC_APP_ID }} private-key: ${{ secrets.SW_BOT_APP_PRIVATE_KEY || secrets.SW_BOT_PUBLIC_APP_PRIVATE_KEY }}