From 897cda067dc681f189852b7fd0fc3b75a8144fb2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 26 Sep 2023 14:33:21 +0000
Subject: [PATCH] chore(deps): update nick-fields/retry action to v2.9.0
 (#24677)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 .github/actions/setup-node/action.yml | 2 +-
 .github/workflows/release-npm.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml
index c2e6c2d576..cf33c4b9eb 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 4bac279c28..eecbc3f9e9 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
-- 
GitLab