From 933c1cc074b04b1c8832773f9362e3ece49034df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:32:16 +0000 Subject: [PATCH] chore(deps): update nick-fields/retry action to v3.0.2 --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 4fb33f01b..9714d82a7 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -53,7 +53,7 @@ jobs: distribution: 'temurin' - name: Install specific dependencies in 3.6 if: matrix.python-version == '3.6' - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 with: max_attempts: 3 timeout_minutes: 5 @@ -64,7 +64,7 @@ jobs: pipenv install --dev --python ${{ matrix.python-version }} - name: Install dependencies if: matrix.python-version != '3.6' - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 with: max_attempts: 3 timeout_minutes: 5