diff --git a/.github/workflows/deploy-storybook-only.yml b/.github/workflows/deploy-storybook-only.yml index a072c4d74f..660ae295cd 100644 --- a/.github/workflows/deploy-storybook-only.yml +++ b/.github/workflows/deploy-storybook-only.yml @@ -49,7 +49,7 @@ jobs: node-version: 20 - name: Cache dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: | packages/*/node_modules diff --git a/.github/workflows/ic-ui-kit-branches.yml b/.github/workflows/ic-ui-kit-branches.yml index 4adbc1f964..6bb3fbfaf1 100644 --- a/.github/workflows/ic-ui-kit-branches.yml +++ b/.github/workflows/ic-ui-kit-branches.yml @@ -47,7 +47,7 @@ jobs: node-version: 20 - name: Cache dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: | packages/*/node_modules @@ -111,7 +111,7 @@ jobs: node-version: 20 - name: Cache dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: | packages/*/node_modules @@ -161,7 +161,7 @@ jobs: id: extract_branch - name: Cache dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: | packages/*/node_modules @@ -176,7 +176,7 @@ jobs: npm run bootstrap -- -- --ci - name: Cache Cypress Binary - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: ~/.cache/Cypress key: cypress-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} @@ -278,7 +278,7 @@ jobs: node-version: 20 - name: Cache dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: | packages/*/node_modules