Skip to content

Commit bc6de58

Browse files
author
Ryosuke Yabuki
authored
Merge pull request #993 from launchableinc/renovate/nick-fields-retry-3.x
chore(deps): update nick-fields/retry action to v3.0.2
2 parents 21f9cfe + 933c1cc commit bc6de58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
distribution: 'temurin'
5757
- name: Install specific dependencies in 3.6
5858
if: matrix.python-version == '3.6'
59-
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
59+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
6060
with:
6161
max_attempts: 3
6262
timeout_minutes: 5
@@ -67,7 +67,7 @@ jobs:
6767
pipenv install --dev --python ${{ matrix.python-version }}
6868
- name: Install dependencies
6969
if: matrix.python-version != '3.6'
70-
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
70+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
7171
with:
7272
max_attempts: 3
7373
timeout_minutes: 5

0 commit comments

Comments
 (0)