Skip to content

Commit

Permalink
chore(deps): update nick-fields/retry action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 4116465 commit 0ca68c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install -r requirements.txt
- name: Build Base Image
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
pip install -r requirements.txt
- name: Build Image
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
max_attempts: 3
retry_on: error
Expand Down

0 comments on commit 0ca68c8

Please sign in to comment.