From 2605ad607372d5803ee0e666225bca1993911f09 Mon Sep 17 00:00:00 2001 From: Kourosh Torabijafroudi Date: Mon, 10 Aug 2026 00:13:59 +0200 Subject: [PATCH] v4 instead of v4 --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bf9f432..8af6c9f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run a simple test run: |