From 5cde2bc9cb28e581050cd19223bf4894036637ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:36:00 +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 ab7501f..73f7b8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,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 }}