From afd328ee06381f690fb9d3af326d5522ae4351f9 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Mon, 27 Oct 2025 12:49:42 -0400 Subject: [PATCH] chore: Testing non-broken version of GH actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dff9219..f72efe70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: launchdarkly/gh-actions/actions/persistent-stores@persistent-stores-v0 + - uses: launchdarkly/gh-actions/actions/persistent-stores@mk/sdk-1516/fix-consul with: redis: true consul: true @@ -78,7 +78,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: launchdarkly/gh-actions/actions/persistent-stores@persistent-stores-v0 + - uses: launchdarkly/gh-actions/actions/persistent-stores@mk/sdk-1516/fix-consul with: redis: true consul: true