diff --git a/.github/workflows/cmd-help.yml b/.github/workflows/cmd-help.yml index 7453de91333..5b0d4b6f9f0 100644 --- a/.github/workflows/cmd-help.yml +++ b/.github/workflows/cmd-help.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update with comment - uses: peter-evans/create-or-update-comment@v3.0.2 + uses: peter-evans/create-or-update-comment@v3.1.0 with: token: ${{ secrets.PAT_GHOST }} reaction-token: ${{ secrets.PAT_GHOST }} diff --git a/.github/workflows/cmd-rebase.yml b/.github/workflows/cmd-rebase.yml index 2655b13de1e..59c0c46338f 100644 --- a/.github/workflows/cmd-rebase.yml +++ b/.github/workflows/cmd-rebase.yml @@ -30,7 +30,7 @@ jobs: git push --force-with-lease - name: Update comment - uses: peter-evans/create-or-update-comment@v3.0.2 + uses: peter-evans/create-or-update-comment@v3.1.0 with: token: ${{ secrets.PAT_GHOST }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update comment - uses: peter-evans/create-or-update-comment@v3.0.2 + uses: peter-evans/create-or-update-comment@v3.1.0 with: token: ${{ secrets.PAT_GHOST }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}