From 3ec4e1a7cb9d4cf95e40f1e68b60f34d43bd8e4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:28:54 +0000 Subject: [PATCH] feat(Dependencies): Update actions/checkout action to v4.1.4 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.3 | v4.1.4 | --- .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 a7c4345..aa79e2f 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.1.3 + - uses: actions/checkout@v4.1.4 - name: Build with retry uses: Wandalen/wretry.action@v3.4.0 with: