diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 72b1f0b..7c842ab 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -10,6 +10,7 @@ on: - reopened - ready_for_review paths: + - '.github/workflows/php.yml' - '**.php' - 'composer.json' - 'composer.lock' @@ -29,7 +30,7 @@ jobs: run: composer validate - name: Cache dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 # https://github.com/actions/cache with: path: vendor key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }} @@ -49,4 +50,4 @@ jobs: run: composer cs - name: Execute tests - run: php vendor/bin/phpunit --configuration phpunit.xml \ No newline at end of file + run: php vendor/bin/phpunit --configuration phpunit.xml