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 }}