diff --git a/.github/workflows/tests_php.yml b/.github/workflows/tests_php.yml index 3073364..18fb858 100644 --- a/.github/workflows/tests_php.yml +++ b/.github/workflows/tests_php.yml @@ -22,7 +22,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.2.0 with: path: ~/.composer/cache/files key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}