Skip to content

Commit 7c2869b

Browse files
chore(deps): update launchdarkly/gh-actions digest to 68e9b2f (#1039)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | launchdarkly/gh-actions | action | digest | `429c1ef` -> `68e9b2f` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Update LaunchDarkly contract-tests GitHub Action digest in browser and shopify-oxygen workflows. > > - **CI workflows**: > - Update `launchdarkly/gh-actions/actions/contract-tests` digest to `68e9b2f165f60934308f18e4b75623c30b905c38` in: > - `.github/workflows/browser.yml` > - `.github/workflows/shopify-oxygen.yml` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 72f288b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b4542a commit 7c2869b

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@429c1efe4577f945d33065d86999b6d74f52405b
106+
uses: launchdarkly/gh-actions/actions/contract-tests@68e9b2f165f60934308f18e4b75623c30b905c38
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@429c1efe4577f945d33065d86999b6d74f52405b
35+
- uses: launchdarkly/gh-actions/actions/contract-tests@68e9b2f165f60934308f18e4b75623c30b905c38
3636
with:
3737
test_service_port: 8000
3838
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)