From 98460356b9af17584d1ebf39ecd1209c428b6fc1 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 7 Feb 2024 12:31:39 +0100 Subject: [PATCH] ci: fix action reference --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index eec9f79..6a87513 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -116,7 +116,7 @@ jobs: - run: kubectl get no -o wide - name: install chart - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 + uses: https://github.com/nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 with: timeout_minutes: 15 max_attempts: 3