Skip to content

Commit 99c1a99

Browse files
committed
Use versions instead of commits in vertexai responses actions scripts
1 parent 0755a72 commit 99c1a99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-vertexai-responses.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: >
@@ -49,6 +49,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)