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"