diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 8faf42e6..6d045b44 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -97,7 +97,7 @@ jobs: - name: Get Bot Application Token if: github.event_name == 'push' && contains(github.ref, 'refs/tags') id: get_workflow_token - uses: peter-murray/workflow-application-token-action@v1 + uses: peter-murray/workflow-application-token-action@v2 with: application_id: ${{ secrets.BOT_APPLICATION_ID }} application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }} diff --git a/.github/workflows/nightly-doc-build.yml b/.github/workflows/nightly-doc-build.yml index 1cac9132..d3ed6494 100644 --- a/.github/workflows/nightly-doc-build.yml +++ b/.github/workflows/nightly-doc-build.yml @@ -18,7 +18,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@v2 with: application_id: ${{ secrets.BOT_APPLICATION_ID }} application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }}