diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index ee7dcc4..a461b8a 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -22,7 +22,7 @@ jobs: coverage: none - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get composer cache directory id: composer-cache @@ -56,7 +56,7 @@ jobs: tools: cs2pr, php-cs-fixer, phpcs - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get composer cache directory id: composer-cache