Skip to content

Commit

Permalink
Bump Wandalen/wretry.action from 3.2.0 to 3.3.0 (#329)
Browse files Browse the repository at this point in the history
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/wandalen/wretry.action/releases)
- [Commits](Wandalen/wretry.action@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: Wandalen/wretry.action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 21, 2024
1 parent 647307a commit 19ede92
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 @@ -239,7 +239,7 @@ jobs:
- name: create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
id: avd_create
uses: Wandalen/wretry.action@v3.2.0
uses: Wandalen/wretry.action@v3.3.0
with:
action: reactivecircus/android-emulator-runner@v2
attempt_limit: 5
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:

## Run tests with some redundancy - 5 Checks
- name: Run tests
uses: Wandalen/wretry.action@v3.2.0
uses: Wandalen/wretry.action@v3.3.0
with:
action: reactivecircus/android-emulator-runner@v2
attempt_limit: 5
Expand Down

0 comments on commit 19ede92

Please sign in to comment.