diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index d1290fc..fae29b4 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -28,7 +28,7 @@ jobs: echo "hash=$(sha256sum package-lock.json | cut -d' ' -f1)" >> $GITHUB_OUTPUT - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: | node_modules @@ -67,7 +67,7 @@ jobs: echo "hash=$(sha256sum package-lock.json | cut -d' ' -f1)" >> $GITHUB_OUTPUT - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: | node_modules