From a66dd9b004e0dc93f872c98779e736dd7beb7f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 07:52:46 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/claude.yml | 4 ++-- .github/workflows/codeflash-optimize.yaml | 2 +- .github/workflows/codeflash.yaml | 2 +- .github/workflows/e2e-async.yaml | 2 +- .github/workflows/e2e-bubblesort-benchmark.yaml | 2 +- .github/workflows/e2e-bubblesort-pytest-nogit.yaml | 2 +- .github/workflows/e2e-bubblesort-unittest.yaml | 2 +- .github/workflows/e2e-coverage-optimization.yaml | 2 +- .github/workflows/e2e-futurehouse-structure.yaml | 2 +- .github/workflows/e2e-init-optimization.yaml | 2 +- .github/workflows/e2e-java-fibonacci-nogit.yaml | 2 +- .github/workflows/e2e-java-tracer.yaml | 2 +- .github/workflows/e2e-js-cjs-function.yaml | 2 +- .github/workflows/e2e-js-esm-async.yaml | 2 +- .github/workflows/e2e-js-ts-class.yaml | 2 +- .github/workflows/e2e-topological-sort.yaml | 2 +- .github/workflows/e2e-tracer-replay.yaml | 2 +- .github/workflows/java-e2e-tests.yml | 2 +- .github/workflows/mypy.yml | 2 +- .github/workflows/prek.yaml | 2 +- .github/workflows/publish.yml | 6 +++--- .github/workflows/unit-tests.yaml | 2 +- 22 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index cfed60d21..901a3fd46 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -47,7 +47,7 @@ jobs: actions: read steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref || github.ref }} @@ -307,7 +307,7 @@ jobs: fi - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 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 ee8362df4..63a6cacdc 100644 --- a/.github/workflows/codeflash-optimize.yaml +++ b/.github/workflows/codeflash-optimize.yaml @@ -23,7 +23,7 @@ jobs: COLUMNS: 110 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/codeflash.yaml b/.github/workflows/codeflash.yaml index 79f1e43b4..b4c640a02 100644 --- a/.github/workflows/codeflash.yaml +++ b/.github/workflows/codeflash.yaml @@ -26,7 +26,7 @@ jobs: working-directory: ./code_to_optimize_js_esm steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🟢 Setup Node.js diff --git a/.github/workflows/e2e-async.yaml b/.github/workflows/e2e-async.yaml index 1acefa63f..99feac341 100644 --- a/.github/workflows/e2e-async.yaml +++ b/.github/workflows/e2e-async.yaml @@ -32,7 +32,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-bubblesort-benchmark.yaml b/.github/workflows/e2e-bubblesort-benchmark.yaml index b3d9dc140..161d47499 100644 --- a/.github/workflows/e2e-bubblesort-benchmark.yaml +++ b/.github/workflows/e2e-bubblesort-benchmark.yaml @@ -32,7 +32,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-bubblesort-pytest-nogit.yaml b/.github/workflows/e2e-bubblesort-pytest-nogit.yaml index 9fe357108..b80966c31 100644 --- a/.github/workflows/e2e-bubblesort-pytest-nogit.yaml +++ b/.github/workflows/e2e-bubblesort-pytest-nogit.yaml @@ -32,7 +32,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-bubblesort-unittest.yaml b/.github/workflows/e2e-bubblesort-unittest.yaml index 654873b53..e05d81310 100644 --- a/.github/workflows/e2e-bubblesort-unittest.yaml +++ b/.github/workflows/e2e-bubblesort-unittest.yaml @@ -32,7 +32,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-coverage-optimization.yaml b/.github/workflows/e2e-coverage-optimization.yaml index c5d72c083..439c90e34 100644 --- a/.github/workflows/e2e-coverage-optimization.yaml +++ b/.github/workflows/e2e-coverage-optimization.yaml @@ -30,7 +30,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-futurehouse-structure.yaml b/.github/workflows/e2e-futurehouse-structure.yaml index e6a68d17a..104fea81a 100644 --- a/.github/workflows/e2e-futurehouse-structure.yaml +++ b/.github/workflows/e2e-futurehouse-structure.yaml @@ -32,7 +32,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-init-optimization.yaml b/.github/workflows/e2e-init-optimization.yaml index d33107af3..edc5623d0 100644 --- a/.github/workflows/e2e-init-optimization.yaml +++ b/.github/workflows/e2e-init-optimization.yaml @@ -31,7 +31,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-java-fibonacci-nogit.yaml b/.github/workflows/e2e-java-fibonacci-nogit.yaml index 132b10d89..dcf6ed004 100644 --- a/.github/workflows/e2e-java-fibonacci-nogit.yaml +++ b/.github/workflows/e2e-java-fibonacci-nogit.yaml @@ -35,7 +35,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-java-tracer.yaml b/.github/workflows/e2e-java-tracer.yaml index 6ed17ce90..3f5def424 100644 --- a/.github/workflows/e2e-java-tracer.yaml +++ b/.github/workflows/e2e-java-tracer.yaml @@ -30,7 +30,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-js-cjs-function.yaml b/.github/workflows/e2e-js-cjs-function.yaml index e97e263d3..81926a2d2 100644 --- a/.github/workflows/e2e-js-cjs-function.yaml +++ b/.github/workflows/e2e-js-cjs-function.yaml @@ -33,7 +33,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-js-esm-async.yaml b/.github/workflows/e2e-js-esm-async.yaml index 44e94d670..3c010aff2 100644 --- a/.github/workflows/e2e-js-esm-async.yaml +++ b/.github/workflows/e2e-js-esm-async.yaml @@ -33,7 +33,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-js-ts-class.yaml b/.github/workflows/e2e-js-ts-class.yaml index 04618e823..d15512c51 100644 --- a/.github/workflows/e2e-js-ts-class.yaml +++ b/.github/workflows/e2e-js-ts-class.yaml @@ -33,7 +33,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-topological-sort.yaml b/.github/workflows/e2e-topological-sort.yaml index 200b33d5b..b19aa5411 100644 --- a/.github/workflows/e2e-topological-sort.yaml +++ b/.github/workflows/e2e-topological-sort.yaml @@ -31,7 +31,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-tracer-replay.yaml b/.github/workflows/e2e-tracer-replay.yaml index 3e157676b..ea86f1436 100644 --- a/.github/workflows/e2e-tracer-replay.yaml +++ b/.github/workflows/e2e-tracer-replay.yaml @@ -31,7 +31,7 @@ jobs: CODEFLASH_END_TO_END: 1 steps: - name: 🛎️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/java-e2e-tests.yml b/.github/workflows/java-e2e-tests.yml index b8eb9c76f..8a642aef4 100644 --- a/.github/workflows/java-e2e-tests.yml +++ b/.github/workflows/java-e2e-tests.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 34fc2fe9e..8eed101a7 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/prek.yaml b/.github/workflows/prek.yaml index af48e9330..a3acd9140 100644 --- a/.github/workflows/prek.yaml +++ b/.github/workflows/prek.yaml @@ -9,7 +9,7 @@ jobs: prek: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: astral-sh/setup-uv@v6 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 541fdbe41..69fdd4c6b 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@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 @@ -45,7 +45,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -117,7 +117,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index dd050623e..8badfd859 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -35,7 +35,7 @@ jobs: env: PYTHONIOENCODING: utf-8 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }}