File tree Expand file tree Collapse file tree
.github/actions/restore-cache-azcopy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 # The cache will always exist here as a result of the checkout job
2525 # Either it was uploaded to Azure in the checkout job for this commit
2626 # or it was uploaded in the checkout job for a previous commit.
27- uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3 .0.0
27+ uses : nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4 .0.0
2828 with :
2929 timeout_minutes : 30
3030 max_attempts : 3
@@ -101,7 +101,7 @@ runs:
101101
102102 - name : Move Src Cache (Windows)
103103 if : ${{ inputs.target-platform == 'win' }}
104- uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3 .0.0
104+ uses : nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4 .0.0
105105 with :
106106 timeout_minutes : 30
107107 max_attempts : 3
You can’t perform that action at this time.
0 commit comments