From 3fee673e634377a57f7ea155c1f03678922704cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:16:56 +0100 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.9.0 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/prettier.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prettier.yaml b/.github/workflows/prettier.yaml index aa55a5c..d79d6ef 100644 --- a/.github/workflows/prettier.yaml +++ b/.github/workflows/prettier.yaml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Create GitHub App Token id: app-token - uses: actions/create-github-app-token@e8e39f73bb84fdf315a015fa3104f314c0a258b4 # v1.8.1 + uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0 with: app-id: ${{ secrets.VERSION_CLI_UPDATER_APP_ID }} private-key: ${{ secrets.VERSION_CLI_UPDATER_PRIVATE_KEY }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2f226ac..07620d8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: - name: Create GitHub App Token id: app-token - uses: actions/create-github-app-token@e8e39f73bb84fdf315a015fa3104f314c0a258b4 # v1.8.1 + uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0 with: app-id: ${{ secrets.VERSION_CLI_UPDATER_APP_ID }} private-key: ${{ secrets.VERSION_CLI_UPDATER_PRIVATE_KEY }}