diff --git a/.github/workflows/build-and-analysis.yml b/.github/workflows/build-and-analysis.yml index 18f3c0ba320f3..20a62780a10af 100644 --- a/.github/workflows/build-and-analysis.yml +++ b/.github/workflows/build-and-analysis.yml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - name: Restore Cache - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: | ~/.npm @@ -82,7 +82,7 @@ jobs: path: .next/analyze/__bundle_analysis.json - name: Save Cache - uses: actions/cache/save@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache/save@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: | ~/.npm @@ -100,7 +100,7 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Restore Cache - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: | ~/.npm diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0c72181facfa8..cb8a117215945 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Restore Cache - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: | ~/.npm @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Restore Cache - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: | ~/.npm