From 18c3c28c401103d1781608e0c6dfc8261d693db4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:35:35 +0000 Subject: [PATCH] feat(Dependencies): Update actions/checkout action to v4.2.2 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.2.1 | v4.2.2 | --- .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 44d6b6e..3adca36 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Build with retry uses: Wandalen/wretry.action@v3.5.0 with: