From d7281b0f0ec70ee6f3f9e14d03b483a71fbe90d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:07:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/automatic_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic_release.yml b/.github/workflows/automatic_release.yml index 98b53f5..5b1c132 100644 --- a/.github/workflows/automatic_release.yml +++ b/.github/workflows/automatic_release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0