From 2f0c3c976f58251e7abf809789e8f27144baa53d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:17:45 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2 --- .github/workflows/format-if-needed.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format-if-needed.yml b/.github/workflows/format-if-needed.yml index 6eca4f27..770a9683 100644 --- a/.github/workflows/format-if-needed.yml +++ b/.github/workflows/format-if-needed.yml @@ -30,7 +30,7 @@ jobs: key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }} - run: npm run format - run: git restore .github/workflows - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: generate-token with: app-id: ${{ secrets.ECOSPARK_APP_ID }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a480af86..3fb92ad0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest name: Semantic release steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ secrets.ECOSPARK_APP_ID }}