diff --git a/.gitea/workflows/code-check.yml b/.gitea/workflows/code-check.yml index c4fc00da..7a1051e6 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 46c7c286..f5375c21 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"