From 0c69917810b256832ce02c27ea480452971d17e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:30:01 +0000 Subject: [PATCH] chore(deps): update tibdex/github-app-token action to v2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3d0c50..028e218 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: steps: - name: 'Generate token' id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.RELEASE_APP_ID }} private_key: ${{ secrets.RELEASE_PRIVATE_KEY }}