diff --git a/.github/actions/setup_job/action.yml b/.github/actions/setup_job/action.yml index c84a5452ae46..bd84a3d9ce6c 100644 --- a/.github/actions/setup_job/action.yml +++ b/.github/actions/setup_job/action.yml @@ -20,9 +20,9 @@ runs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: yarn-1234-${{ hashFiles('yarn.lock', '.yarnrc.yml') }} + key: yarn-12345-${{ hashFiles('yarn.lock', '.yarnrc.yml') }} restore-keys: | - yarn-1234- + yarn-12345- - run: yarn install shell: bash