diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 65df7fa..e2b0a65 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.4.0 with: command: docker build --no-cache . attempt_limit: 3