From e4930e77a5c12f36df765a694128a9a75dd645a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 17 Aug 2024 23:26:02 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 8785c18d..2a8d952e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -27,7 +27,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} @@ -70,7 +70,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}