update retry to latest version

pull/2134/head
Marcelo Bezerra 3 months ago
parent 0a6ce75573
commit 5cf36f25a7

@ -43,7 +43,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: sudo apt-get update && sudo apt-get -y install dpkg fakeroot rpm build-essential libudev-dev run: sudo apt-get update && sudo apt-get -y install dpkg fakeroot rpm build-essential libudev-dev
- name: Install deps - name: Install deps
uses: nick-fields/retry@v2 uses: nick-fields/retry@v3
with: with:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
@ -97,7 +97,7 @@ jobs:
- name: Install Setuptools - name: Install Setuptools
run: python3 -m pip install --break-system-packages setuptools run: python3 -m pip install --break-system-packages setuptools
- name: Install deps - name: Install deps
uses: nick-fields/retry@v2 uses: nick-fields/retry@v3
with: with:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
@ -145,7 +145,7 @@ jobs:
- name: Install Setuptools - name: Install Setuptools
run: python3 -m pip install --break-system-packages setuptools run: python3 -m pip install --break-system-packages setuptools
- name: Install deps - name: Install deps
uses: nick-fields/retry@v2 uses: nick-fields/retry@v3
with: with:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
@ -198,7 +198,7 @@ jobs:
url: "https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip" url: "https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"
pathInArchive: "/" pathInArchive: "/"
- name: Install deps - name: Install deps
uses: nick-fields/retry@v2 uses: nick-fields/retry@v3
with: with:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
@ -251,7 +251,7 @@ jobs:
url: "https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip" url: "https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"
pathInArchive: "/" pathInArchive: "/"
- name: Install deps - name: Install deps
uses: nick-fields/retry@v2 uses: nick-fields/retry@v3
with: with:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error

Loading…
Cancel
Save