diff --git a/.github/workflows/test-impact.yml b/.github/workflows/test-impact.yml index 3120c93..d5cc857 100644 --- a/.github/workflows/test-impact.yml +++ b/.github/workflows/test-impact.yml @@ -23,7 +23,7 @@ jobs: if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} @@ -48,7 +48,7 @@ jobs: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: 'LycheeOrg/Lychee' @@ -79,7 +79,7 @@ jobs: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: 'LycheeOrg/php-exif' @@ -110,7 +110,7 @@ jobs: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: 'LycheeOrg/laravel-nestedset'