From c1bb42286a55519b4f0c7a7be4d4a924eefab78e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:03:24 +0000 Subject: [PATCH] feat(Dependencies): Update actions/checkout action to v7 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.2 | v7.0.0 | --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 07048d9..d2c2537 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.14' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Build with retry uses: Wandalen/wretry.action@v3.8.0 with: