Skip to content

Commit 46a918f

Browse files
build(deps): bump nick-fields/retry from 2.9.0 to 3.0.2
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.9.0 to 3.0.2. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@1467290...ce71cc2) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7101127 commit 46a918f

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@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
131+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
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@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
106+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
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)