From a337c6c01744673c5f40ee95ca33e626260fab6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:07:30 +0000 Subject: [PATCH] feat(Dependencies): Update actions/checkout action to v6.0.1 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.0 | v6.0.1 | --- .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 234b547..310a6f3 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.0 + - uses: actions/checkout@v6.0.1 - name: Build with retry uses: Wandalen/wretry.action@v3.8.0 with: