diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ad5c5a56..5bd77a89 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: php-version: ${{ matrix.php-versions }} - name: Cache Composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /tmp/composer-cache key: ${{ runner.os }}-php${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}