From af4785fc9496f161d62de12c1db39e20672b9f31 Mon Sep 17 00:00:00 2001 From: Alex Karajos Date: Tue, 14 May 2024 09:04:41 +0300 Subject: [PATCH] Update cs-tests.yml --- .github/workflows/cs-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cs-tests.yml b/.github/workflows/cs-tests.yml index ccd3f74b..55806c6b 100644 --- a/.github/workflows/cs-tests.yml +++ b/.github/workflows/cs-tests.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -33,7 +33,7 @@ jobs: run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV - name: Cache dependencies installed with composer - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.COMPOSER_CACHE_DIR }} key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}