Skip to content

Commit

Permalink
build(ci): bump retry action to v3 to avoid node deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Apr 10, 2024
1 parent 7b8112f commit df12581
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: 20
- name: Install yarn
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
retry_wait_seconds: 30
Expand All @@ -28,7 +28,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-v1-
- name: Install dependencies
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
retry_wait_seconds: 30
Expand All @@ -45,7 +45,7 @@ jobs:
with:
node-version: 20
- name: Install yarn
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
retry_wait_seconds: 30
Expand All @@ -61,7 +61,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-v1-
- name: Install dependencies
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
retry_wait_seconds: 30
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Install xcbeautify
run: brew install xcbeautify
- name: Install yarn
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
retry_wait_seconds: 30
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
key: ${{ runner.os }}-pods-v1-${{ hashFiles('RNFBSDKExample/ios/Podfile.lock') }}
restore-keys: ${{ runner.os }}-pods-v1
- name: Install dependencies
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
retry_wait_seconds: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-v1-
- name: Install dependencies
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
retry_wait_seconds: 30
Expand Down

0 comments on commit df12581

Please sign in to comment.