From 29372b48dec1153b0d2a2beead18e25a90e5b6c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 10:32:48 +0700 Subject: [PATCH] Bump actions/cache from 2 to 3 (#1340) Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e1e54fa89..134430dcb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules with: @@ -56,7 +56,7 @@ jobs: run: node common/scripts/install-run-rush.js rebuild -l --verbose - name: Cache build results - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-build-results with: @@ -87,7 +87,7 @@ jobs: fetch-depth: 0 - name: Cache build results - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-build-results with: @@ -121,7 +121,7 @@ jobs: fetch-depth: 0 - name: Cache build results - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-build-results with: @@ -155,7 +155,7 @@ jobs: fetch-depth: 0 - name: Cache build results - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-build-results with: @@ -201,7 +201,7 @@ jobs: fetch-depth: 0 - name: Cache build results - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-build-results with: @@ -258,7 +258,7 @@ jobs: fetch-depth: 0 - name: Cache build results - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-build-results with: