Browse Source

Update getsentry/action-github-app-token to version 3

othercorey 2 years ago
parent
commit
e8924b0ee0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/api-docs.yml

+ 1 - 1
.github/workflows/api-docs.yml

@@ -16,7 +16,7 @@ jobs:
     steps:
       - name: Get Cakebot App Token
         id: app-token
-        uses: getsentry/action-github-app-token@v2
+        uses: getsentry/action-github-app-token@v3
         with:
           app_id: ${{ secrets.CAKEBOT_APP_ID }}
           private_key: ${{ secrets.CAKEBOT_APP_PRIVATE_KEY }}