Skip to content

Commit d3ef047

Browse files
authored
Merge pull request #301 from rupato-deriv/Rupato/Update-shared-actions
fix: test for actions
2 parents 5443c6e + fe77cd0 commit d3ef047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
environment: staging
2424
steps:
2525
- name: Verify user
26-
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1'
26+
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v3'
2727
with:
2828
username: ${{github.event.pull_request.user.login}}
2929
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)