From 1c09a592e8f3d1c92bfb34cdf51b83b4e7c588bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 05:57:49 +0000 Subject: [PATCH] feat(Dependencies): Update Wandalen/wretry.action action to v3.3.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | Wandalen/wretry.action | v3.2.0 | v3.3.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 65df7fa..c6539a5 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: 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.1 - name: Build with retry - uses: Wandalen/wretry.action@v3.2.0 + uses: Wandalen/wretry.action@v3.3.0 with: command: docker build --no-cache . attempt_limit: 3