diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index 5bea2f8..adb95fa 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -10,7 +10,7 @@ jobs: # Checkout the repository # ------------------------------------------------------------------------------ - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ------------------------------------------------------------------------------ # Setup third party repos # ------------------------------------------------------------------------------ diff --git a/.github/workflows/php-phpcs.yml b/.github/workflows/php-phpcs.yml index 7ce4c16..b125cbb 100644 --- a/.github/workflows/php-phpcs.yml +++ b/.github/workflows/php-phpcs.yml @@ -10,7 +10,7 @@ jobs: # Checkout the repository # ------------------------------------------------------------------------------ - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 diff --git a/.github/workflows/php-phpstan.yml b/.github/workflows/php-phpstan.yml index 6569c42..769eb6a 100644 --- a/.github/workflows/php-phpstan.yml +++ b/.github/workflows/php-phpstan.yml @@ -19,7 +19,7 @@ jobs: # Checkout the repository # ------------------------------------------------------------------------------ - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ------------------------------------------------------------------------------ # Get the changed files in a space separated list. # ------------------------------------------------------------------------------