Skip to content

Commit

Permalink
CI: update GHA nick-fields/retry to v3.0.0
Browse files Browse the repository at this point in the history
Update nick-fields/retry to v3.0.0 to use Node v20 and eliminate related
Node v16 deprecation warnings
  • Loading branch information
fallwith committed Jun 13, 2024
1 parent 243e950 commit 98575a7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ actions/cache:
:tag: v3.3.1
:sha: 88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
nick-fields/retry:
:tag: v2.8.3
:sha: 943e742917ac94714d2f408a0e8320f2d1fcafcd
:tag: v3.0.0
:sha: 7152eba30c6575329ac0576536151aca5a72780e
technote-space/workflow-conclusion-action:
:tag: v3.0.3
:sha: 45ce8e0eb155657ab8ccf346ade734257fd196a5
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
CI_FOR_PR: true

- name: Run Unit Tests
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag v2.8.3
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # tag v3.0.0
with:
timeout_minutes: 30
max_attempts: 2
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:


- name: Wait for/Check Mysql
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag v2.8.3
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # tag v3.0.0
with:
timeout_minutes: 1
max_attempts: 20
Expand All @@ -244,7 +244,7 @@ jobs:
- name: Run Multiverse Tests
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag v2.8.3
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # tag v3.0.0
with:
timeout_minutes: 60
max_attempts: 2
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
run: bundle install

- name: Run Multiverse Tests
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag v2.8.3
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # tag v3.0.0
with:
timeout_minutes: 15
max_attempts: 2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
RAILS_VERSION: ${{ env.rails }}

- name: Run Unit Tests
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag v2.8.3
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # tag v3.0.0
with:
timeout_minutes: 30
max_attempts: 2
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:


- name: Wait for/Check Mysql
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag v2.8.3
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # tag v3.0.0
with:
timeout_minutes: 1
max_attempts: 20
Expand All @@ -255,7 +255,7 @@ jobs:
- name: Run Multiverse Tests
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag v2.8.3
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # tag v3.0.0
with:
timeout_minutes: 60
max_attempts: 2
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
run: bundle install

- name: Run Multiverse Tests
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag v2.8.3
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # tag v3.0.0
with:
timeout_minutes: 15
max_attempts: 2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: bundle install

- name: Run Unit Tests
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag v2.8.3
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # tag v3.0.0
with:
timeout_minutes: 30
max_attempts: 2
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: bundle install

- name: Run Multiverse Tests
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag v2.8.3
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # tag v3.0.0
with:
timeout_minutes: 20
max_attempts: 3
Expand Down

0 comments on commit 98575a7

Please sign in to comment.