From dc5d29237839c2f33bf84afd01b7edce7485eed5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:21:13 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2 --- .github/workflows/format-if-needed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-if-needed.yml b/.github/workflows/format-if-needed.yml index 21c552f..18ebaea 100644 --- a/.github/workflows/format-if-needed.yml +++ b/.github/workflows/format-if-needed.yml @@ -26,7 +26,7 @@ jobs: - run: pnpm install --ignore-scripts - run: pnpm format - run: git restore .github/workflows CHANGELOG.md - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: generate-token with: app-id: ${{ secrets.ECOSCRIPT_APP_ID }}