File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
3131 echo "latest_tag=$LATEST" >> $GITHUB_ENV
3232 working-directory : packages/vertexai/test-utils/vertexai-sdk-test-data
3333 - name : Find comment from previous run if exists
34- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
34+ uses : peter-evans/find-comment@v3
3535 id : fc
3636 with :
3737 issue-number : ${{github.event.number}}
3838 body-includes : Vertex AI Mock Responses Check
3939 - name : Comment on PR if newer version is available
4040 if : ${{env.cloned_tag != env.latest_tag && !steps.fc.outputs.comment-id}}
41- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
41+ uses : peter-evans/create-or-update-comment@v4
4242 with :
4343 issue-number : ${{github.event.number}}
4444 body : >
4949 should be updated to clone the latest version of the responses: `${{env.latest_tag}}`
5050 - name : Delete comment when version gets updated
5151 if : ${{env.cloned_tag == env.latest_tag && steps.fc.outputs.comment-id}}
52- uses : detomarco/delete-comment@850734dd44d8b15fef55b45252613b903ceb06f0
52+ uses : detomarco/delete-comment@v1
5353 with :
5454 comment-id : ${{ steps.fc.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments