Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:

- name: Download report from pre-release
# commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60
with:
timeout_minutes: 5
max_attempts: 3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:

- name: Fetch package from GitHub pre-release
# commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60
with:
timeout_minutes: 5
max_attempts: 3
Expand All @@ -211,7 +211,7 @@ jobs:

- name: Upload signed asset
# commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60
with:
timeout_minutes: 5
max_attempts: 3
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:

- name: Download merged Linux report from pre-release
# commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60
with:
timeout_minutes: 5
max_attempts: 3
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:

- name: Download Windows report from pre-release
# commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60
with:
timeout_minutes: 5
max_attempts: 3
Expand Down
Loading