From a85825f5d7314bcfdabef04709f4efce6d6b2b82 Mon Sep 17 00:00:00 2001 From: krisz Date: Mon, 21 Apr 2025 18:44:25 +0200 Subject: [PATCH] update update_stack.yml --- .gitea/workflows/update_stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update_stack.yml b/.gitea/workflows/update_stack.yml index 9a8ab6a..53d60df 100644 --- a/.gitea/workflows/update_stack.yml +++ b/.gitea/workflows/update_stack.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0