diff --git a/.github/workflows/auto-updater.yml b/.github/workflows/auto-updater.yml index 04a073069..993da3544 100644 --- a/.github/workflows/auto-updater.yml +++ b/.github/workflows/auto-updater.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/branch-imager.yml b/.github/workflows/branch-imager.yml index f7f07c823..f4f66585c 100644 --- a/.github/workflows/branch-imager.yml +++ b/.github/workflows/branch-imager.yml @@ -42,7 +42,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index b2fede3d9..ad49f6c36 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -45,7 +45,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -97,7 +97,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -119,7 +119,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -190,7 +190,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -223,7 +223,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -284,7 +284,7 @@ jobs: with: name: changelog_bundle - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -323,7 +323,7 @@ jobs: with: name: changelog_bundle - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 780a7a6c8..5e5528b97 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -45,7 +45,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -97,7 +97,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -119,7 +119,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }}