Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f01a54d

Browse files
authored
ci: bump contract test action (#217)
1 parent 0ac1766 commit f01a54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/contract-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
run: dotnet ${{ inputs.service_dll_file }} > test-service.log 2>&1 & disown
3131

3232
- name: Run Contract Tests
33-
uses: launchdarkly/gh-actions/actions/[email protected].1
33+
uses: launchdarkly/gh-actions/actions/[email protected].2
3434
with:
3535
test_service_port: 8000
3636
token: ${{ inputs.token }}

0 commit comments

Comments
 (0)