From db3b48486a1e98396d9864f6922c159c5ea6841f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:49:37 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 977ccca..1dd7527 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: create-iat with: app-id: ${{ secrets.RELEASE_GITHUB_APP_ID }}