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 and hypery2k committed Mar 6, 2024
1 parent a9250e5 commit 261bde1
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 @@ -29,7 +29,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 261bde1

Please sign in to comment.