Skip to content

Commit

Permalink
chore(deps): pin nick-fields/retry action to 943e742 (#21920)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 2, 2023
1 parent 181bdc1 commit cabf9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
echo "Yarn $(yarn --version)"
- name: Installing dependencies
uses: nick-fields/retry@v2.8.3
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
with:
timeout_minutes: 10
max_attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
yarn config set version-git-tag false
- name: Installing dependencies
uses: nick-fields/retry@v2.8.3
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
with:
timeout_minutes: 10
max_attempts: 3
Expand Down

0 comments on commit cabf9cf

Please sign in to comment.