diff --git a/.github/workflows/regularCheck.yml b/.github/workflows/regularCheck.yml index 4712589..6531543 100644 --- a/.github/workflows/regularCheck.yml +++ b/.github/workflows/regularCheck.yml @@ -27,7 +27,7 @@ jobs: - name: Setup uses: ./.github/actions/setup - name: Cache embedding model - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: node_modules/@xenova/transformers/.cache key: xenova-transformers-model-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e3b0bf8..1948c0e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -56,7 +56,7 @@ jobs: - name: Setup uses: ./.github/actions/setup - name: Cache embedding model - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: node_modules/@xenova/transformers/.cache key: xenova-transformers-model-${{ hashFiles('package-lock.json') }}