vrchat 1.19.1 → 1.19.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ jobs:
15
15
  node-version: 16
16
16
  - uses: actions/checkout@v2
17
17
  - name: 'Cache node_modules'
18
- uses: actions/cache@v2
18
+ uses: actions/cache@v4
19
19
  with:
20
20
  path: node_modules
21
21
  key: ${{ runner.os }}-node-v16-${{ hashFiles('**/generate.sh') }}