From a0f56c5c45e3d4d466d9639afe84e79c8dfd3532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:15:22 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.10.3 --- .github/workflows/ci.yaml | 2 +- .github/workflows/prettier.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d13ff7..0255b5c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Create GitHub App Token id: app-token - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 with: app-id: ${{ secrets.VERSION_CLI_UPDATER_APP_ID }} private-key: ${{ secrets.VERSION_CLI_UPDATER_PRIVATE_KEY }} diff --git a/.github/workflows/prettier.yaml b/.github/workflows/prettier.yaml index 841ae2c..8b893ea 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@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 with: app-id: ${{ secrets.VERSION_CLI_UPDATER_APP_ID }} private-key: ${{ secrets.VERSION_CLI_UPDATER_PRIVATE_KEY }}