From a327fcd142a4d9fab546293785741a565542eed9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:28:32 +0000 Subject: [PATCH] chore(deps): update nick-fields/retry action to v2.9.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish-releases.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9106b0c..cd4bb4a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: node-version: 20 cache: "pnpm" - - uses: "nick-fields/retry@v2.8.3" + - uses: "nick-fields/retry@v2.9.0" with: max_attempts: 10 timeout_minutes: 15 @@ -60,7 +60,7 @@ jobs: echo ENCRYPTION_KEY="change-me-encryption-secret-32-c" >> .env cat .env - name: Install dependencies - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v2.9.0 with: max_attempts: 10 timeout_minutes: 15 diff --git a/.github/workflows/publish-releases.yml b/.github/workflows/publish-releases.yml index c70a5be9..82bc614e 100644 --- a/.github/workflows/publish-releases.yml +++ b/.github/workflows/publish-releases.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 20 cache: "pnpm" - - uses: "nick-fields/retry@v2.8.3" + - uses: "nick-fields/retry@v2.9.0" with: max_attempts: 10 timeout_minutes: 15 @@ -50,7 +50,7 @@ jobs: git config user.name "fasenderos" git config user.email "fasenderos@gmail.com" - name: Install dependencies - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v2.9.0 with: max_attempts: 10 timeout_minutes: 15