mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
chore(deps): pin nick-fields/retry action to 943e742 (#21920)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
181bdc1533
commit
cabf9cfbd0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
echo "Yarn $(yarn --version)"
|
echo "Yarn $(yarn --version)"
|
||||||
|
|
||||||
- name: Installing dependencies
|
- name: Installing dependencies
|
||||||
uses: nick-fields/retry@v2.8.3
|
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
|
|
2
.github/workflows/release-npm.yml
vendored
2
.github/workflows/release-npm.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
yarn config set version-git-tag false
|
yarn config set version-git-tag false
|
||||||
|
|
||||||
- name: Installing dependencies
|
- name: Installing dependencies
|
||||||
uses: nick-fields/retry@v2.8.3
|
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
|
|
Loading…
Reference in a new issue