diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d84e2aba..a8fe064b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -125,7 +125,7 @@ jobs: env: PYTHONIOENCODING: utf-8 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 1 token: ${{ secrets.GITHUB_TOKEN }} @@ -158,7 +158,7 @@ jobs: env: PYTHONIOENCODING: utf-8 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 1 token: ${{ secrets.GITHUB_TOKEN }} @@ -194,7 +194,7 @@ jobs: if: fromJSON(needs.determine-changes.outputs.flags).type_check == 'true' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 1 token: ${{ secrets.GITHUB_TOKEN }} @@ -280,7 +280,7 @@ jobs: RETRY_DELAY: 5 CODEFLASH_END_TO_END: 1 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref || '' }} repository: ${{ github.event.pull_request.head.repo.full_name || '' }} @@ -372,7 +372,7 @@ jobs: EXPECTED_IMPROVEMENT_PCT: ${{ matrix.expected_improvement }} CODEFLASH_END_TO_END: 1 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref || '' }} repository: ${{ github.event.pull_request.head.repo.full_name || '' }} @@ -454,7 +454,7 @@ jobs: CODEFLASH_END_TO_END: 1 CODEFLASH_LOOPING_TIME: 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref || '' }} repository: ${{ github.event.pull_request.head.repo.full_name || '' }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index b804f4cd8..0dc11e974 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -51,7 +51,7 @@ jobs: actions: read steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref || github.ref }} @@ -313,7 +313,7 @@ jobs: fi - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ steps.pr-ref.outputs.ref }} diff --git a/.github/workflows/codeflash-optimize.yaml b/.github/workflows/codeflash-optimize.yaml index 4eb4e4f1c..c8669b09b 100644 --- a/.github/workflows/codeflash-optimize.yaml +++ b/.github/workflows/codeflash-optimize.yaml @@ -26,7 +26,7 @@ jobs: COLUMNS: 110 steps: - name: 🛎️ Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/java-e2e.yaml b/.github/workflows/java-e2e.yaml index 1fcf50461..3a5548d5d 100644 --- a/.github/workflows/java-e2e.yaml +++ b/.github/workflows/java-e2e.yaml @@ -31,7 +31,7 @@ jobs: CODEFLASH_END_TO_END: 1 CODEFLASH_LOOPING_TIME: 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 11 uses: actions/setup-java@v5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5b2c32981..c2f70fa5c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: benchmark: ${{ steps.filter.outputs.benchmark }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 @@ -75,7 +75,7 @@ jobs: - name: Checkout if: steps.should_run.outputs.run == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0