Skip to content

Commit

Permalink
build(deps): bump nick-fields/retry from 2.8.3 to 2.9.0
Browse files Browse the repository at this point in the history
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 2.9.0.
- [Release notes](https://github.com/nick-fields/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@943e742...1467290)

---
updated-dependencies:
- dependency-name: nick-fields/retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent b64e1f6 commit 2b9eede
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mobile-android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
distribution: zulu
- run: cd mobile && ./ci/mac_ci_setup.sh --android
name: 'Install dependencies'
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start emulator'
with:
timeout_minutes: 10
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
distribution: zulu
- name: 'Install dependencies'
run: cd mobile && ./ci/mac_ci_setup.sh --android
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start emulator'
with:
timeout_minutes: 10
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
distribution: zulu
- name: 'Install dependencies'
run: cd mobile && ./ci/mac_ci_setup.sh --android
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start emulator'
with:
timeout_minutes: 10
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
distribution: zulu
- name: 'Install dependencies'
run: cd mobile && ./ci/mac_ci_setup.sh --android
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start emulator'
with:
timeout_minutes: 10
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/mobile-ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
--config=ios \
$([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \
//examples/swift/hello_world:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start simulator'
with:
timeout_minutes: 5
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
--config=ios \
$([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \
//test/swift/apps/baseline:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start simulator'
with:
timeout_minutes: 5
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
--define=admin_functionality=enabled \
--define envoy_mobile_listener=enabled \
//test/swift/apps/experimental:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start simulator'
with:
timeout_minutes: 5
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
--config=ios \
$([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \
//examples/swift/async_await:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start simulator'
with:
timeout_minutes: 5
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
--config=ios \
$([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \
//examples/objective-c/hello_world:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start simulator'
with:
timeout_minutes: 5
Expand Down

0 comments on commit 2b9eede

Please sign in to comment.