From 3bad65cbb76d0488c8dbdb6485728ee028d00483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:04:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/chatacter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chatacter.yml b/.github/workflows/chatacter.yml index c3510f79..21e2f36b 100644 --- a/.github/workflows/chatacter.yml +++ b/.github/workflows/chatacter.yml @@ -12,7 +12,7 @@ jobs: with: egress-policy: audit - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Set up UV uses: astral-sh/setup-uv@v8.1.0 - name: Install the project @@ -26,7 +26,7 @@ jobs: uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 - name: SonarCloud Scan