diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 53cf1f9..e2f3da8 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -164,7 +164,7 @@ jobs: # if the deployment was successful, add a 'success' comment - name: success comment if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS != 'failure' }} - uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # pin@v2.1.1 + uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # pin@v3.0.0 with: issue-number: ${{ github.event.issue.number }} body: | @@ -177,7 +177,7 @@ jobs: # if the deployment was not successful, add a 'failure' comment - name: failure comment if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS == 'failure' }} - uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # pin@v2.1.1 + uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # pin@v3.0.0 with: issue-number: ${{ github.event.issue.number }} body: |