From 60e1e4236fc1d1abc9bdb0e83ec3340d91360318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:49:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/beta.yml | 6 +++--- .github/workflows/feature.yml | 4 ++-- .github/workflows/main.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index bf4d8df..c61c305 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -22,7 +22,7 @@ jobs: steps: - name: checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: setup node uses: actions/setup-node@v5 @@ -65,7 +65,7 @@ jobs: steps: - name: checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: setup node uses: actions/setup-node@v5 @@ -103,7 +103,7 @@ jobs: steps: - name: checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 590d837..9cfb186 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 @@ -62,7 +62,7 @@ jobs: steps: - name: checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a9c7bd..8782734 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: steps: - name: checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: setup node uses: actions/setup-node@v5 @@ -65,7 +65,7 @@ jobs: steps: - name: checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: setup node uses: actions/setup-node@v5 @@ -103,7 +103,7 @@ jobs: steps: - name: checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis