diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2784664..e304bda 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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 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 42b8d5a..9113bbe 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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 with: app-id: ${{ secrets.VERSION_CLI_UPDATER_APP_ID }} private-key: ${{ secrets.VERSION_CLI_UPDATER_PRIVATE_KEY }}