diff --git a/.github/workflows/initialize.yml b/.github/workflows/initialize.yml index eb0a174..2ac28eb 100644 --- a/.github/workflows/initialize.yml +++ b/.github/workflows/initialize.yml @@ -62,7 +62,7 @@ jobs: - name: Get temporary token for updating repo settings id: temp_token - uses: peter-murray/workflow-application-token-action@v2.1 + uses: peter-murray/workflow-application-token-action@v4.0 with: application_id: ${{ secrets.OCTODEMOBOT_APPLICATION_ID_REPO_AUTOMATION }} application_private_key: ${{ secrets.OCTODEMOBOT_APPLICATION_KEY_REPO_AUTOMATION }} diff --git a/.github/workflows/label_deployment_trigger.yml b/.github/workflows/label_deployment_trigger.yml index 348d8b6..865103f 100644 --- a/.github/workflows/label_deployment_trigger.yml +++ b/.github/workflows/label_deployment_trigger.yml @@ -39,7 +39,7 @@ jobs: - name: Get temporary token for creating deployment id: temp_token - uses: peter-murray/workflow-application-token-action@v2.1 + uses: peter-murray/workflow-application-token-action@v4.0 with: application_id: ${{ secrets.OCTODEMOBOT_APPLICATION_ID_REPO_AUTOMATION }} application_private_key: ${{ secrets.OCTODEMOBOT_APPLICATION_KEY_REPO_AUTOMATION }} diff --git a/.github/workflows/octodemobot_pre_review.yml b/.github/workflows/octodemobot_pre_review.yml index a960171..36fbc41 100644 --- a/.github/workflows/octodemobot_pre_review.yml +++ b/.github/workflows/octodemobot_pre_review.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Get temporary token for octodemobot application id: temp_token - uses: peter-murray/workflow-application-token-action@v2.1 + uses: peter-murray/workflow-application-token-action@v4.0 with: application_id: ${{ secrets.OCTODEMOBOT_APPLICATION_ID_REPO_AUTOMATION }} application_private_key: ${{ secrets.OCTODEMOBOT_APPLICATION_KEY_REPO_AUTOMATION }}