From 0a06724a743133bb329c228c2c31055f643ccaf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:35:33 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v2.1.8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1e97b2..c3535e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: echo "::set-output name=directory::$(composer config cache-dir)" - name: Cache composer dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v2.1.8 with: path: ${{ steps.composer-cache.outputs.directory }} key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}