diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 37ec7fd..99dc201 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -47,7 +47,7 @@ jobs: run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}" - name: Setup Chache id: cache-modules - uses: actions/cache@v3 + uses: https://gitea.com/actions/cache@v3 with: path: ~/.npm key: deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}