diff --git a/.github/workflows/test-impact.yml b/.github/workflows/test-impact.yml index eec79ad..f25bfd3 100644 --- a/.github/workflows/test-impact.yml +++ b/.github/workflows/test-impact.yml @@ -48,7 +48,7 @@ jobs: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: 'LycheeOrg/Lychee' @@ -79,7 +79,7 @@ jobs: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: 'LycheeOrg/php-exif' @@ -110,7 +110,7 @@ jobs: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: 'LycheeOrg/laravel-nestedset'