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:
31
31
echo "latest_tag=$LATEST" >> $GITHUB_ENV
32
32
working-directory : packages/vertexai/test-utils/vertexai-sdk-test-data
33
33
- name : Find comment from previous run if exists
34
- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
34
+ uses : peter-evans/find-comment@v3
35
35
id : fc
36
36
with :
37
37
issue-number : ${{github.event.number}}
38
38
body-includes : Vertex AI Mock Responses Check
39
39
- name : Comment on PR if newer version is available
40
40
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
42
42
with :
43
43
issue-number : ${{github.event.number}}
44
44
body : >
49
49
should be updated to clone the latest version of the responses: `${{env.latest_tag}}`
50
50
- name : Delete comment when version gets updated
51
51
if : ${{env.cloned_tag == env.latest_tag && steps.fc.outputs.comment-id}}
52
- uses : detomarco/delete-comment@850734dd44d8b15fef55b45252613b903ceb06f0
52
+ uses : detomarco/delete-comment@v1
53
53
with :
54
54
comment-id : ${{ steps.fc.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments