From 4dcf1dbe6d3065573b60c1c4f0b1e57ad7c9bbab Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Sat, 23 Aug 2025 20:50:47 +0500 Subject: [PATCH] fix(ci): I forget @ Signed-off-by: Boris Yumankulov --- .gitea/workflows/code-check.yml | 2 +- .gitea/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/code-check.yml b/.gitea/workflows/code-check.yml index c4fc00d..7a1051e 100644 --- a/.gitea/workflows/code-check.yml +++ b/.gitea/workflows/code-check.yml @@ -23,7 +23,7 @@ jobs: - uses: https://gitea.com/actions/checkout@v4 - name: Set up Node.js - uses: https://gitea.com/actions/setup-nodev4 + uses: https://gitea.com/actions/setup-node@v4 with: node-version: 20 cache: "npm" diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 46c7c28..f5375c2 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -13,7 +13,7 @@ jobs: - uses: https://gitea.com/actions/checkout@v4 - name: Set up Node.js - uses: https://gitea.com/actions/setup-nodev4 + uses: https://gitea.com/actions/setup-node@v4 with: node-version: 20 cache: "npm"