From 44c3ce577b84fed64b4157da34e29ea160bb0d44 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Sat, 29 Mar 2025 22:21:40 +0000 Subject: [PATCH] [AAE-32905] - check with adding cache --- .github/workflows/build-lib-workflow.yml | 2 +- .github/workflows/pull-request.yml | 6 +++--- .github/workflows/unit-test-workflow.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-lib-workflow.yml b/.github/workflows/build-lib-workflow.yml index 5fbafee959..0c91a39601 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@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 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 353c93ebda..f440618310 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@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 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@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 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@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 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 84fb86844b..465c359a42 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@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}