Skip to content

Commit abc89e7

Browse files
chore(deps): update launchdarkly/gh-actions digest to 429c1ef (#1014)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | launchdarkly/gh-actions | action | digest | `21174f3` -> `429c1ef` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/launchdarkly/js-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99931f0 commit abc89e7

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)