From 5239dac443ca2254d53e218ec221899b3ce68b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Fri, 29 Nov 2024 17:47:29 +0300 Subject: [PATCH] feat(pre-commit): update token version (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- sources/.github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/.github/workflows/pre-commit.yaml b/sources/.github/workflows/pre-commit.yaml index 2279bee..15c8e86 100644 --- a/sources/.github/workflows/pre-commit.yaml +++ b/sources/.github/workflows/pre-commit.yaml @@ -14,7 +14,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.APP_ID }} private_key: ${{ secrets.PRIVATE_KEY }}