diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 98df295..ee5e98e 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -14,7 +14,7 @@ jobs: php-version: 8.1 - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache diff --git a/.github/workflows/phpmd.yml b/.github/workflows/phpmd.yml index c86be79..21b4870 100644 --- a/.github/workflows/phpmd.yml +++ b/.github/workflows/phpmd.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index edfac1c..1662b81 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -13,7 +13,7 @@ jobs: with: php-version: 8.1 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5e04615..028d868 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -19,7 +19,7 @@ jobs: env: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache diff --git a/.github/workflows/rector.yml b/.github/workflows/rector.yml index de9e3a7..b62c72a 100644 --- a/.github/workflows/rector.yml +++ b/.github/workflows/rector.yml @@ -14,7 +14,7 @@ jobs: php-version: 8.1 - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache