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