From 3f431691d70601d68308756bcf6edda4de2958d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 07:30:52 +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 7ed1de2..88e197d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: persist-credentials: false - id: token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }} private-key: ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }}