diff --git a/.github/workflows/update-indexes.yml b/.github/workflows/update-indexes.yml index 62cf471..cd2fcd9 100644 --- a/.github/workflows/update-indexes.yml +++ b/.github/workflows/update-indexes.yml @@ -17,7 +17,7 @@ jobs: check-latest: true cache: 'yarn' - name: Install dependencies - run: yarn install + run: yarn install --immutable --immutable-cache --check-cache - name: Update indicadores.json run: yarn update-indexes - name: Commit and push changes