diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b506e01..fe85135 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -31,7 +31,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: "Install PHP" uses: "shivammathur/setup-php@v2" @@ -67,7 +67,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: "Install PHP" uses: "shivammathur/setup-php@v2" @@ -100,7 +100,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: "Install PHP" uses: "shivammathur/setup-php@v2" diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index a0ad1fb..4031a1f 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: # Fetch 10 commits or Scrutinizer will throw ("Failed to retrieve commit parents. If you use a shallow git checkout, please checkout at least a depth of one."), see: RepositoryIntrospector at scrutinizer-ci/ocular GitHub repository # 10 commits is an arbitrary value that is more than 1 commit