From 4f21c5b92152d5d67d698bfa5fdf85097aa4b181 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:44:30 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/update_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index b699ddb..dde3c0f 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "Checkout repo" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }}