Skip to content

Commit 7a1faf1

Browse files
build(deps): bump nick-fields/retry from 3.0.2 to 4.0.0 (#351)
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](nick-fields/retry@ce71cc2...ad98453) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci]
1 parent 447b432 commit 7a1faf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
mkdir -p dist-test
129129
echo TEST_FOLDER=$(pwd)/dist-test >> $GITHUB_ENV
130130
- name: Xcode Tests
131-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
131+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
132132
# try to run the tests with xcpretty. If it fails then try again without xcpretty twice for better log output
133133
# the xcode tests are a bit flaky and they should never fail on this step, as this step only collects the JS test results as junit xml
134134
with:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
mkdir -p dist-test
104104
echo TEST_FOLDER=$(pwd)/dist-test >> $GITHUB_ENV
105105
- name: Xcode Tests
106-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
106+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
107107
# try to run the tests with xcpretty. If it fails then try again without xcpretty twice for better log output
108108
# the xcode tests are a bit flaky and they should never fail on this step, as this step only collects the JS test results as junit xml
109109
with:

0 commit comments

Comments
 (0)