Skip to content

Commit 925d6c5

Browse files
authored
Merge pull request karmada-io#6182 from karmada-io/dependabot/github_actions/nick-fields/retry-3.0.2
build(deps): bump nick-fields/retry from 3.0.1 to 3.0.2
2 parents 3b6c0e0 + 27d6436 commit 925d6c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-schedule-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
go-version-file: go.mod
5151
- name: setup e2e test environment
52-
uses: nick-fields/retry@v3.0.1
52+
uses: nick-fields/retry@v3.0.2
5353
with:
5454
max_attempts: 3
5555
timeout_minutes: 20

.github/workflows/ci-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
go-version-file: go.mod
4747
- name: setup e2e test environment
48-
uses: nick-fields/retry@v3.0.1
48+
uses: nick-fields/retry@v3.0.2
4949
with:
5050
max_attempts: 3
5151
timeout_minutes: 20

0 commit comments

Comments
 (0)