diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 80e2e518..e77d4750 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -176,7 +176,7 @@ jobs: # used for documentation deployment - name: Get Bot Application Token id: get_workflow_token - uses: peter-murray/workflow-application-token-action@v1 + uses: peter-murray/workflow-application-token-action@v3 with: application_id: ${{ secrets.BOT_APPLICATION_ID }} application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }}