From b4be4236c3fe6203deac9208ff541cdace538dbf Mon Sep 17 00:00:00 2001 From: Nikolay Gagarinov Date: Wed, 5 Jul 2023 13:02:13 +0500 Subject: [PATCH] fix ci --- .github/workflows/solutions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solutions.yml b/.github/workflows/solutions.yml index 12c2359bc..c8832cf7d 100644 --- a/.github/workflows/solutions.yml +++ b/.github/workflows/solutions.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: satackey/action-docker-layer-caching@v0.0.11 + - uses: jpribyl/action-docker-layer-caching@v0.1.1 - name: Run CI run: |