Skip to content

Commit 366162d

Browse files
build(deps): bump deriv-com/shared-actions from 1 to 3
Bumps [deriv-com/shared-actions](https://github.com/deriv-com/shared-actions) from 1 to 3. - [Release notes](https://github.com/deriv-com/shared-actions/releases) - [Commits](deriv-com/shared-actions@v1...v3) --- updated-dependencies: - dependency-name: deriv-com/shared-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d3d15c commit 366162d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate_preview_link.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
pull-requests: write
1717
steps:
1818
- 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'
2020
with:
2121
username: ${{github.event.pull_request.user.login}}
2222
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2323

2424
- name: Post preview build comment
2525
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'
2727
with:
2828
issue_number: ${{github.event.number}}
2929
head_sha: ${{github.event.pull_request.head.sha}}
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Publish to CF pages branch
113113
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'
115115
with:
116116
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_TEST_LINKS_API_TOKEN }}
117117
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_TEST_LINKS_ACCOUNT_ID }}
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: 'Generate preview link comment'
123123
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'
125125
with:
126126
issue_number: ${{github.event.number}}
127127
check_run_id: ${{steps.post_preview_build_comment.outputs.check_run_id}}

0 commit comments

Comments
 (0)