Skip to content

Commit 2a30ca5

Browse files
chore(deps): bump nick-fields/retry from 3.0.0 to 3.0.1 (#156)
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78245bb commit 2a30ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/step-dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Test
125125
id: test
126-
uses: nick-fields/retry@v3.0.0
126+
uses: nick-fields/retry@v3.0.1
127127
with:
128128
timeout_minutes: ${{ inputs.retry-timeout || 15 }}
129129
max_attempts: ${{ inputs.retry-max-attempts || 1 }}

0 commit comments

Comments
 (0)