From c7887abc12144aacb6c54ff3f53f6f43a9b850fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:49:45 +0000 Subject: [PATCH] chore(deps): update nick-fields/retry action to v3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fad22a0..844ae9a 100644 --- a/action.yml +++ b/action.yml @@ -350,7 +350,7 @@ runs: manifests: ${{ steps.config.outputs.path }}/manifests - name: Push to Github - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 id: git with: max_attempts: ${{ inputs.commit-retry-count }}