Skip to content

Commit 7fd2462

Browse files
ci(deps): Bump nick-fields/retry from 3.0.1 to 3.0.2 (#1299)
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.1 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@c97818c...ce71cc2) --- 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 91197f8 commit 7fd2462

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-test-msi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
Start-Process 'Finch.msi' -ArgumentList '/quiet' -Wait
226226
echo "C:\Program Files\Finch\bin" >> $env:GITHUB_PATH
227227
- name: Run VM e2e tests
228-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
228+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
229229
with:
230230
timeout_minutes: 180
231231
max_attempts: 3
@@ -243,7 +243,7 @@ jobs:
243243
shell: pwsh
244244
run: ./scripts/cleanup_wsl.ps1
245245
- name: Run container e2e tests
246-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
246+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
247247
with:
248248
timeout_minutes: 180
249249
max_attempts: 3

.github/workflows/test-pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# Example workflow run https://github.com/runfinch/finch/actions/runs/4367457552/jobs/7638794529
138138
sudo installer -pkg Finch-${{ inputs.tag }}-${{ inputs.output_arch }}.pkg -target /
139139
- name: Run VM e2e tests
140-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
140+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
141141
with:
142142
timeout_minutes: 180
143143
max_attempts: 3
@@ -146,7 +146,7 @@ jobs:
146146
git clean -f -d
147147
INSTALLED=true make test-e2e-vm
148148
- name: Run container e2e tests
149-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
149+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
150150
with:
151151
timeout_minutes: 180
152152
max_attempts: 3

0 commit comments

Comments
 (0)