diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5109568..6cc7bec 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -49,7 +49,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache@v2 + uses: https://github.com/actions/cache@v2 with: path: node_modules key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }}