From c5e3e32954f92a98e81e0babc1cc287e4b4d2e89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:53:43 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 --- .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 f8aaf9f..ba3ce3b 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@v3 id: generate-token with: app-id: ${{ secrets.ECOSCRIPT_APP_ID }}