diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc2d16277..7b6a8fbea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: node-version-file: ".nvmrc" - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/translation-progress.yml b/.github/workflows/translation-progress.yml index 40d123994..71b6db19c 100644 --- a/.github/workflows/translation-progress.yml +++ b/.github/workflows/translation-progress.yml @@ -19,7 +19,7 @@ jobs: node-version-file: ".nvmrc" - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('package-lock.json') }}