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 }}