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 }} diff --git a/.github/workflows/label.yaml b/.github/workflows/label.yaml index 9cefeb0e..12b8e260 100644 --- a/.github/workflows/label.yaml +++ b/.github/workflows/label.yaml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Suggest to add labels - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 # Execute only when no labels have been applied to the pull request if: toJSON(github.event.pull_request.labels.*.name) == '{}' with: