From 34f8e9f623c5d777b0d30e6b91ac6566888368ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 01:06:43 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8db5999..abde6f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 name: Release Automation steps: - - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1 + - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 id: generate-token with: app-id: ${{ secrets.LENDABOT_APP_ID }}