From f419b6cf30f39b6f55fddcf0fbb52c4c495a62e7 Mon Sep 17 00:00:00 2001 From: Matthew Batchelder Date: Thu, 1 Sep 2022 13:43:40 -0400 Subject: [PATCH] Lock slic at 0.5.35 --- .github/workflows/tests-php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-php.yml b/.github/workflows/tests-php.yml index de8ab293b3..e095bc54b9 100644 --- a/.github/workflows/tests-php.yml +++ b/.github/workflows/tests-php.yml @@ -47,8 +47,8 @@ jobs: uses: actions/checkout@v2 if: steps.skip.outputs.value != 1 with: - repository: the-events-calendar/tric - ref: main + repository: stellarwp/slic + ref: 0.5.35 path: tric fetch-depth: 1 # ------------------------------------------------------------------------------