@@ -16,14 +16,14 @@ jobs:
16
16
pull-requests : write
17
17
steps :
18
18
- name : Verify user
19
- uses : ' deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1 '
19
+ uses : ' deriv-com/shared-actions/.github/actions/verify_user_in_organization@v3 '
20
20
with :
21
21
username : ${{github.event.pull_request.user.login}}
22
22
token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
23
23
24
24
- name : Post preview build comment
25
25
id : post_preview_build_comment
26
- uses : ' deriv-com/shared-actions/.github/actions/post_preview_build_comment@v1 '
26
+ uses : ' deriv-com/shared-actions/.github/actions/post_preview_build_comment@v3 '
27
27
with :
28
28
issue_number : ${{github.event.number}}
29
29
head_sha : ${{github.event.pull_request.head.sha}}
@@ -111,7 +111,7 @@ jobs:
111
111
112
112
- name : Publish to CF pages branch
113
113
id : publish_to_pages_branch
114
- uses : ' deriv-com/shared-actions/.github/actions/publish_to_pages_branch@v1 '
114
+ uses : ' deriv-com/shared-actions/.github/actions/publish_to_pages_branch@v3 '
115
115
with :
116
116
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_TEST_LINKS_API_TOKEN }}
117
117
CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_TEST_LINKS_ACCOUNT_ID }}
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
- name : ' Generate preview link comment'
123
123
if : always() && steps.post_preview_build_comment.outcome == 'success'
124
- uses : ' deriv-com/shared-actions/.github/actions/post_preview_link_comment@v1 '
124
+ uses : ' deriv-com/shared-actions/.github/actions/post_preview_link_comment@v3 '
125
125
with :
126
126
issue_number : ${{github.event.number}}
127
127
check_run_id : ${{steps.post_preview_build_comment.outputs.check_run_id}}
0 commit comments