From 4468d69c4a75850edeb5b1e70f6bb8f57cc9df15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:11:35 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.9.3 --- .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 b27d7be..5051413 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@6c406e8a244fdf6bbf79e6cc8a91504a48d2c2ce # v1.9.2 + uses: actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3 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 76e25ee..6e23a03 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - name: Create GitHub App Token id: app-token - uses: actions/create-github-app-token@6c406e8a244fdf6bbf79e6cc8a91504a48d2c2ce # v1.9.2 + uses: actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3 with: app-id: ${{ secrets.VERSION_CLI_UPDATER_APP_ID }} private-key: ${{ secrets.VERSION_CLI_UPDATER_PRIVATE_KEY }}