From a50a324e412d212704eb537e3af19e9592c70e00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:08:59 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/e2e.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a65638e7..b4b53d7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup node ${{ matrix.node-version }} uses: actions/setup-node@v4 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8a2fde25..d768e381 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # # For debugging purposes # - name: Dump GitHub context @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # # For debugging purposes # - name: Dump GitHub context @@ -150,7 +150,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # # For debugging purposes # - name: Dump GitHub context @@ -197,7 +197,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # # For debugging purposes # - name: Dump GitHub context diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32e50133..a2404561 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: TSUP_PUBLIC_AUTOBLOCKS_INGESTION_KEY: ${{ secrets.TSUP_PUBLIC_AUTOBLOCKS_INGESTION_KEY }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup node uses: actions/setup-node@v4