diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index c2e6c2d576d5241adb613a6494a8f2f499c8f525..cf33c4b9eb139af9da3a0f31826950c2535cbafc 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -58,7 +58,7 @@ runs: cache: ${{ env.CACHE_HIT != 'true' && 'pnpm' || '' }} - name: Install dependencies - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3 + uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 if: env.CACHE_HIT != 'true' with: timeout_minutes: 10 diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 4bac279c2878c1d6a1d1f2d17139a1fdfe83ef38..eecbc3f9e9c504f536f0729027e60a5ec8e4a9df 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -61,7 +61,7 @@ jobs: git config --global user.name 'Renovate Bot' - name: Installing dependencies - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3 + uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 with: timeout_minutes: 10 max_attempts: 3