diff --git a/.github/workflows/build-lib-workflow.yml b/.github/workflows/build-lib-workflow.yml index 290d26f2a5..5fbafee959 100644 --- a/.github/workflows/build-lib-workflow.yml +++ b/.github/workflows/build-lib-workflow.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c6d0c6ab7c..353c93ebda 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -196,7 +196,7 @@ jobs: with: fetch-depth: 0 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }} @@ -228,7 +228,7 @@ jobs: with: fetch-depth: 0 # Fetch all history for all tags and branches - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }} @@ -254,7 +254,7 @@ jobs: with: fetch-depth: 0 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/unit-test-workflow.yml b/.github/workflows/unit-test-workflow.yml index bfcae35b3d..84fb86844b 100644 --- a/.github/workflows/unit-test-workflow.yml +++ b/.github/workflows/unit-test-workflow.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}