diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index bcf69c0..409ef94 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: https://gitea.com/actions/cache@v3 + uses: actions/cache@v3 with: path: ~/.npm key: deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}