Skip to content

Commit a1a47db

Browse files
chore(deps): update launchdarkly/gh-actions digest to 429c1ef
1 parent d03976f commit a1a47db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
sleep 5 # Give the browser time to initialize and connect via WebSocket
104104
105105
- name: Run contract tests
106-
uses: launchdarkly/gh-actions/actions/contract-tests@21174f3a7f3aa3e3121227ec91842e8a1ebeec6e
106+
uses: launchdarkly/gh-actions/actions/contract-tests@429c1efe4577f945d33065d86999b6d74f52405b
107107
with:
108108
test_service_port: 8000
109109
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/shopify-oxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: yarn workspace @launchdarkly/shopify-oxygen-contract-tests build
3333
- name: Launch the test service in the background
3434
run: yarn workspace @launchdarkly/shopify-oxygen-contract-tests start &> /dev/null &
35-
- uses: launchdarkly/gh-actions/actions/contract-tests@21174f3a7f3aa3e3121227ec91842e8a1ebeec6e
35+
- uses: launchdarkly/gh-actions/actions/contract-tests@429c1efe4577f945d33065d86999b6d74f52405b
3636
with:
3737
test_service_port: 8000
3838
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)