Skip to content

Commit e1218b2

Browse files
ci(deps): Bump nick-fields/retry from 3.0.0 to 3.0.1 (#1295)
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@7152eba...c97818c) --- 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 99c9b43 commit e1218b2

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@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
228+
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
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@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
246+
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
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@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
140+
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
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@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
149+
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
150150
with:
151151
timeout_minutes: 180
152152
max_attempts: 3

0 commit comments

Comments
 (0)